add events

This commit is contained in:
2024-09-16 17:10:38 +02:00
parent 6f9c79e0c4
commit 08deb1b959
993 changed files with 13866 additions and 6039 deletions

View File

@@ -0,0 +1,9 @@
import Abw2022_1 from '@/components/Abw2022_1'
export default function blockchainweek1() {
return (
<>
<Abw2022_1 />
</>
)
}

View File

@@ -0,0 +1,9 @@
import Abw2022_2 from '@/components/Abw2022_2'
export default function blockchainweek2() {
return (
<>
<Abw2022_2 />
</>
)
}

View File

@@ -8,7 +8,6 @@ export default function usecases() {
<>
<Usecases />
<Casestudies />
<FAQ />
</>
)
}