add blog
This commit is contained in:
9
src/app/community/blogs/herogpt/page.jsx
Normal file
9
src/app/community/blogs/herogpt/page.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Blog_1 from '@/components/blogs/Blog_1'
|
||||
|
||||
export default function Herogpt() {
|
||||
return (
|
||||
<>
|
||||
<Blog_1 />
|
||||
</>
|
||||
)
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
import Abw2022_1 from '@/components/blogs/Abw2022_1'
|
||||
import Abw2022_1 from '@/components/events/Abw2022_1'
|
||||
|
||||
export default function blockchainweek1() {
|
||||
return (
|
@@ -1,4 +1,4 @@
|
||||
import Abw2022_2 from '@/components/blogs/Abw2022_2'
|
||||
import Abw2022_2 from '@/components/events/Abw2022_2'
|
||||
|
||||
export default function blockchainweek2() {
|
||||
return (
|
@@ -4,6 +4,7 @@ import Communhero from '@/components/Communhero'
|
||||
import Commevents from '@/components/Commevents'
|
||||
import Events from '@/components/Events'
|
||||
import Socials from '@/components/Socials'
|
||||
import Blogposts from '@/components/Blogposts'
|
||||
|
||||
export default function community() {
|
||||
return (
|
||||
@@ -11,6 +12,8 @@ export default function community() {
|
||||
<Communhero />
|
||||
<Socials />
|
||||
<Events />
|
||||
<Blogposts />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user