src/packages/effects/common-ui/src/ui/profile/notification-setting.vue
@@ -1,5 +1,5 @@ <script setup lang="ts"> import type { Recordable } from '..\..\..\..\..\types\src'; import type { Recordable } from '../../../../../types/src'; import type { SettingProps } from './types'; @@ -11,7 +11,7 @@ FormItem, FormLabel, Switch, } from '..\..\..\..\..\@core\ui-kit\shadcn-ui\src'; } from '../../../../../@core/ui-kit/shadcn-ui/src'; withDefaults(defineProps<SettingProps>(), { formSchema: () => [],