fix: add line wrapping to editor
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export default function PostPage({ params }: { params: { id: string } }) {}
|
||||
export default function PostPage({ params }: { params: { id: string } }) {
|
||||
return <h1>{params.id}</h1>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user