Skip to content

Commit

Permalink
Use index file for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Richter committed Apr 7, 2018
1 parent 29c94d0 commit 219be61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ListView/_ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import sweetalert from 'sweetalert'
import Todo from './Todo.vue'
import CreateTodo from './TodoCreate.vue'
import TheHeader from 'src/components/TheHeader.vue'
import { TheHeader } from 'src/components'
export default {
components: {
Expand Down
1 change: 1 addition & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as TheHeader } from './TheHeader.vue'

0 comments on commit 219be61

Please sign in to comment.