chore: cleanup

This commit is contained in:
Methapon2001 2024-04-19 14:22:23 +07:00
parent cec7db9388
commit 550ded4f63
6 changed files with 12 additions and 24 deletions

View file

@ -3,7 +3,6 @@ import useUserStore from 'src/stores/user';
import { UserAttachmentDelete } from 'src/stores/user/types';
import { dialog } from 'src/stores/utils';
import { dateFormat } from 'src/utils/datetime';
import { watch } from 'vue';
const userStore = useUserStore();

View file

@ -1,5 +1,4 @@
<script setup lang="ts">
import { storeToRefs } from 'pinia';
import useUserStore from 'src/stores/user';
const userStore = useUserStore();