fix: 去除多余代码

This commit is contained in:
奔跑的面条 2022-04-28 15:09:26 +08:00
parent 98ce49ee03
commit afaccad16c

View File

@ -1,4 +1,3 @@
import type { WritableComputedRef } from 'vue'
import { defineStore } from 'pinia'
import { lang } from '@/settings/designSetting'
import { LangStateType } from './langStore.d'