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
@@ -15,7 +15,7 @@ import { Label } from "@/components/ui/label";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { TabsContent } from "@/components/ui/tabs";
import { Textarea } from "@/components/ui/textarea";
import { env } from "@/config.ts";
import { env } from "@/config";
import type { MemShellFormSchema } from "@/types/schema";
import { OptionalClassFormField } from "./classname-field";
import { ShellTypeFormField } from "./shelltype-field";