chore: rm redundant imports

This commit is contained in:
0xJacky 2023-12-01 22:51:24 +08:00
parent baa4c08264
commit 33f64ffee9
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
6 changed files with 0 additions and 9 deletions

View file

@ -1,7 +1,5 @@
<script setup lang="ts">
import { LockOutlined, UserOutlined } from '@ant-design/icons-vue'
import { reactive, ref, watch } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { Form, message } from 'ant-design-vue'
import gettext from '@/gettext'
import { useUserStore } from '@/pinia'