cleanup
This commit is contained in:
10
src/app/projects/layout.tsx
Normal file
10
src/app/projects/layout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
'use client'
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{ children: React.ReactNode}>) {
|
||||
return (
|
||||
<>
|
||||
{children}
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user