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

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