initial commit

This commit is contained in:
Sabda Yagra 2026-04-20 12:51:36 +07:00
parent 72014a339e
commit 2493647f3b
5 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,9 @@
import React from 'react'
const Register = () => {
return (
<div>page</div>
)
}
export default Register

View File

@ -1,11 +1,10 @@
{ {
"$schema": "https://ui.shadcn.com/schema.json", "style": "default",
"style": "radix-nova",
"rsc": true, "rsc": true,
"tsx": true, "tsx": true,
"tailwind": { "tailwind": {
"config": "", "config": "",
"css": "app/globals.css", "css": "src/app/globals.css",
"baseColor": "neutral", "baseColor": "neutral",
"cssVariables": true, "cssVariables": true,
"prefix": "" "prefix": ""