might work, basic writing page with linking. no saving.
This commit is contained in:
+6
-2
@@ -1,3 +1,7 @@
|
||||
export default function WritePage() {
|
||||
return <h1>Write Page</h1>;
|
||||
export default function ViewBlogPage() {
|
||||
return (
|
||||
<div className="flex flex-col p-2">
|
||||
<h1>You can view blogs here...</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user