test
This commit is contained in:
5
registry-template/registry/layout.tsx
Normal file
5
registry-template/registry/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import "@/app/globals.css"
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>
|
||||
}
|
||||
Reference in New Issue
Block a user