aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/signUpSchema.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/signUpSchema.ts b/src/signUpSchema.ts
index 338e137..3483948 100644
--- a/src/signUpSchema.ts
+++ b/src/signUpSchema.ts
@@ -38,9 +38,9 @@ export const form2Schema = z.object({
.max(128, { message: '128文字以下で入力してください' })
})
-const favLangSchema = z.object({
- name: z.string()
-})
+// const favLangSchema = z.object({
+// name: z.string()
+// })
export const form3Schema = z.object({
// favLangs: z.array(favLangSchema),