fix(fs.dev): Removed debug output
This commit is contained in:
parent
40caaac939
commit
4a90513305
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const Author = ({ author }) => (
|
|||
|
||||
const PostPage = ({ post, author }) => {
|
||||
const app = useApp()
|
||||
console.log(post)
|
||||
|
||||
return (
|
||||
<Page app={app} title={post.title}>
|
||||
<Head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue