Updated packages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
import Main from "../layouts/Main.astro";
|
||||
import Fortune from "../components/Fortune";
|
||||
import FortuneComponent from "../components/Fortune";
|
||||
---
|
||||
|
||||
<Main title="Fortune" description="Wisdom from Tux">
|
||||
<Fortune client:only="react" />
|
||||
</Main>
|
||||
<FortuneComponent client:only="react" />
|
||||
</Main>
|
||||
|
||||
Reference in New Issue
Block a user