>({
+ resolver: zodResolver(LoginSchema),
+ defaultValues: {
+ email: "",
+ password: ""
+ }
+ });
+
+ return (
+
+
+
+ 로그인
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/vite.config.ts b/vite.config.ts
index df2f41f..9dfd07f 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -2,7 +2,6 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
import path from 'path'
-
// https://vite.dev/config/
export default defineConfig({
plugins: [