style: format code

This commit is contained in:
ReaJason
2025-12-14 19:25:04 +08:00
parent 70f1076fa4
commit f5bf9244b5
8 changed files with 8 additions and 8 deletions
@@ -5,7 +5,7 @@ import { useTranslation } from "react-i18next";
import { FormField, FormFieldItem, FormFieldLabel } from "@/components/ui/form";
import { Input } from "@/components/ui/input";
import { Switch } from "@/components/ui/switch";
import type { MemShellFormSchema } from "@/types/schema.ts";
import type { MemShellFormSchema } from "@/types/schema";
export function OptionalClassFormField({
form,