Hotfix: ładowanie strony

This commit is contained in:
2022-04-08 22:34:55 +02:00
parent 93bcb7ac75
commit 5dbbe84dfc
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
import Clock from '@/components/App/Clock.vue';
import StorageManager from '@/scripts/managers/storageManager';
import { computed, ComputedRef, defineComponent, provide, reactive, Ref, ref } from 'vue';
import { computed, ComputedRef, defineComponent, provide, ref } from 'vue';
import { GETTERS } from './constants/storeConstants';
import { StoreData } from './scripts/interfaces/StoreData';
import { useStore } from './store';