Skip to content

Commit

Permalink
fix: intro pane path
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Mar 15, 2018
1 parent 59a451c commit 42e7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/welcome.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {Component} from 'react'
import {ipcRenderer} from 'electron'

import Intro from '../panes/intro'
import Intro from '../panes/Intro'

import Pane from '../components/Pane'
import PaneContainer from '../components/PaneContainer'
Expand Down

0 comments on commit 42e7e15

Please sign in to comment.