From 2493647f3bd0d81840b1e8bb80057b6c1f182679 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Mon, 20 Apr 2026 12:51:36 +0700 Subject: [PATCH] initial commit --- app/[locale]/auth/register/page.tsx | 9 +++++++++ app/{ => [locale]}/globals.css | 0 app/{ => [locale]}/layout.tsx | 0 app/{ => [locale]}/page.tsx | 0 components.json | 5 ++--- 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 app/[locale]/auth/register/page.tsx rename app/{ => [locale]}/globals.css (100%) rename app/{ => [locale]}/layout.tsx (100%) rename app/{ => [locale]}/page.tsx (100%) 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": ""