initial commit
This commit is contained in:
7
pages/[username]/[slug].js
Normal file
7
pages/[username]/[slug].js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function PostPage({ }) {
|
||||
return (
|
||||
<main>
|
||||
|
||||
</main>
|
||||
)
|
||||
}
|
||||
7
pages/[username]/index.js
Normal file
7
pages/[username]/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Page({ }) {
|
||||
return (
|
||||
<main>
|
||||
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user