chore: setup project for production
This commit is contained in:
13
app/blogs/blog/[blog-id]/page.jsx
Normal file
13
app/blogs/blog/[blog-id]/page.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import SingleBlog from '@/components/blog/SingleBlog'
|
||||
import Image from 'next/image'
|
||||
import React from 'react'
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<SingleBlog />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user