balls
This commit is contained in:
7
components/kokonutui/dashboard.tsx
Normal file
7
components/kokonutui/dashboard.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type React from "react"
|
||||
import Layout from "./layout"
|
||||
|
||||
export default function Dashboard({ children }: { children: React.ReactNode }) {
|
||||
return <Layout>{children}</Layout>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user