diff --git a/app/[locale]/auth/register/page.tsx b/app/[locale]/auth/register/page.tsx
new file mode 100644
index 0000000..1f52af5
--- /dev/null
+++ b/app/[locale]/auth/register/page.tsx
@@ -0,0 +1,9 @@
+import React from 'react'
+
+const Register = () => {
+ return (
+
page
+ )
+}
+
+export default Register
\ No newline at end of file
diff --git a/app/globals.css b/app/[locale]/globals.css
similarity index 100%
rename from app/globals.css
rename to app/[locale]/globals.css
diff --git a/app/layout.tsx b/app/[locale]/layout.tsx
similarity index 100%
rename from app/layout.tsx
rename to app/[locale]/layout.tsx
diff --git a/app/page.tsx b/app/[locale]/page.tsx
similarity index 100%
rename from app/page.tsx
rename to app/[locale]/page.tsx
diff --git a/components.json b/components.json
index 02e61e0..b76c107 100644
--- a/components.json
+++ b/components.json
@@ -1,11 +1,10 @@
{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "radix-nova",
+ "style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
- "css": "app/globals.css",
+ "css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""