updated font reference and clean up
This commit is contained in:
3
app/post/[slug]/page.tsx
Normal file
3
app/post/[slug]/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Post({ params }: { params: { slug: string } }) {
|
||||
return <div>My Post: {params.slug}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user