chore: clean

This commit is contained in:
Methapon2001 2024-08-09 14:39:15 +07:00
parent ab41dc981f
commit 0faecf0752
6 changed files with 25 additions and 96 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import MenuItem from 'components/home/MenuItem.vue';
import MenuItem from 'components/00_home/MenuItem.vue';
import useUtilsStore from 'src/stores/utils';
import { onMounted } from 'vue';