feat: add blog
This commit is contained in:
3
app/routes/blog/PostsWrapper.tsx
Normal file
3
app/routes/blog/PostsWrapper.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function PostsWrapper({ children }: React.PropsWithChildren) {
|
||||
return <div className="px-10">{children}</div>;
|
||||
}
|
Reference in New Issue
Block a user