Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
fix: wrong import :(
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Oct 25, 2019
1 parent 847a444 commit caf4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './static-loader'
import Vue from 'vue'
import App from './app'
import App from './app.vue'
import { http } from './services'
import { VirtualScroller } from 'vue-virtual-scroller/dist/vue-virtual-scroller'
import GlobalEvents from 'vue-global-events'
Expand Down

0 comments on commit caf4398

Please sign in to comment.