Update index.js

This commit is contained in:
Mutammim 2024-04-28 18:38:43 -04:00 committed by GitHub
parent 59d2ddc4ea
commit 9c2bfba679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@ import Photo from '../components/photo'
import Comma from '../components/comma'
import Haxidraw from '../components/index/cards/haxidraw'
import Onboard from '../components/index/cards/onboard'
import Apocalypse from '../components/index/cards/apocalypse'
/** @jsxImportSource theme-ui */
@ -675,6 +676,7 @@ function Page({
</Text>
</Box>
<Pizza />
<Apocalypse />
<Slack slackKey={slackKey} data={slackData} events={events} />
</Box>
</Box>