gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
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: () => [],