mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Update index.js
This commit is contained in:
parent
59d2ddc4ea
commit
9c2bfba679
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue