mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Remove Daydream card (#1657)
This commit is contained in:
parent
0088e3a557
commit
d1437e14e2
1 changed files with 0 additions and 2 deletions
|
|
@ -42,7 +42,6 @@ import Haxidraw from '../components/index/cards/haxidraw'
|
|||
import Onboard from '../components/index/cards/onboard'
|
||||
import Blueprint from '../components/index/cards/blueprint'
|
||||
import Athena from '../components/index/cards/athena'
|
||||
import Daydream from '../components/index/cards/daydream'
|
||||
import Highway from '../components/index/cards/highway'
|
||||
import Shipwrecked from '../components/index/cards/shipwrecked'
|
||||
/** @jsxImportSource theme-ui */
|
||||
|
|
@ -732,7 +731,6 @@ function Page({
|
|||
blueprintData={blueprintData}
|
||||
stars={stars.onboard.stargazerCount}
|
||||
/>
|
||||
<Daydream />
|
||||
<Athena />
|
||||
<Slack slackKey={slackKey} data={slackData} events={events} />
|
||||
<Pizza />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue