add events
This commit is contained in:
9
src/app/community/blockchainweek1/page.jsx
Normal file
9
src/app/community/blockchainweek1/page.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Abw2022_1 from '@/components/Abw2022_1'
|
||||
|
||||
export default function blockchainweek1() {
|
||||
return (
|
||||
<>
|
||||
<Abw2022_1 />
|
||||
</>
|
||||
)
|
||||
}
|
9
src/app/community/blockchainweek2/page.jsx
Normal file
9
src/app/community/blockchainweek2/page.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Abw2022_2 from '@/components/Abw2022_2'
|
||||
|
||||
export default function blockchainweek2() {
|
||||
return (
|
||||
<>
|
||||
<Abw2022_2 />
|
||||
</>
|
||||
)
|
||||
}
|
@@ -8,7 +8,6 @@ export default function usecases() {
|
||||
<>
|
||||
<Usecases />
|
||||
<Casestudies />
|
||||
<FAQ />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user