feat: add card page
This commit is contained in:
5
src/app/cards/layout.tsx
Normal file
5
src/app/cards/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Dashboard from "~/app/_components/dashboard";
|
||||
|
||||
export default function Layout(props: { children: React.ReactNode }) {
|
||||
return <Dashboard>{props.children}</Dashboard>;
|
||||
}
|
||||
Reference in New Issue
Block a user