feat: route structure, providers, layouts, and placeholder pages
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export default function OrderLayout({ children }: { children: React.ReactNode }) {
|
||||
return <div className="min-h-screen bg-muted/30">{children}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user