Added presence
This commit is contained in:
parent
6f6c9f229f
commit
af797ba515
7 changed files with 89 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
import Me from "../components/Me.astro";
|
||||
import Presence from "../components/Presence.astro";
|
||||
import Window from "../components/Window.astro";
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
---
|
||||
|
@ -7,5 +8,6 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||
<BaseLayout tabTitle="Home - nin0dev">
|
||||
<Window title="Home" maxWidth="600px">
|
||||
<Me />
|
||||
<Presence />
|
||||
</Window>
|
||||
</BaseLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue