chore: cleanup
This commit is contained in:
parent
cec7db9388
commit
550ded4f63
6 changed files with 12 additions and 24 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import { storeToRefs } from 'pinia';
|
||||
import useUserStore from 'src/stores/user';
|
||||
|
||||
const userStore = useUserStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue