initial commit
This commit is contained in:
5
app/create_post/layout.tsx
Normal file
5
app/create_post/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function layout({ children }: { children: React.ReactNode}){
|
||||
return <>
|
||||
{children}
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user