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

@@ -41,7 +41,7 @@
<script>
import axios from 'axios'
import storage from '../storage.js'
import storage from '@/storage.js'
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
import SeasonedInput from '@/components/ui/SeasonedInput.vue'