Implement public audit pages
This commit is contained in:
7
app/audit/layout.tsx
Normal file
7
app/audit/layout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function AuditLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return <div className="bg-slate-50 text-slate-950">{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user