mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-11 18:15:39 -05:00
Cleanup
This commit is contained in:
@@ -17,11 +17,7 @@ import MainLayout from '@/layouts/MainLayout.vue'
|
||||
import { useDataStore } from '../stores/data';
|
||||
import { onMounted } from 'vue';
|
||||
import ScheduleBox from '../components/ScheduleBox.vue';
|
||||
import { useGearStore } from '../stores/gear.mjs';
|
||||
|
||||
const data = useDataStore();
|
||||
onMounted(() => data.updateAll());
|
||||
|
||||
const gear = useGearStore();
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user