Cleaned up imports

This commit is contained in:
2019-06-04 22:37:02 +02:00
parent 7f38f7f0cd
commit 3e92fbc626
6 changed files with 10 additions and 11 deletions

View File

@@ -122,8 +122,8 @@
</template>
<script>
import storage from '../storage.js'
import img from '../directives/v-image.js'
import storage from '@/storage.js'
import img from '@/directives/v-image.js'
import TorrentList from './TorrentList.vue'
import Person from './Person.vue'