zwischenstand
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<!-- index.astro -->
|
||||
---
|
||||
import AppGuard from "../components/AppGuard.svelte";
|
||||
import MainLayout from "../layouts/MainLayout.astro";
|
||||
import Header from "../components/Header.svelte";
|
||||
import MainGrid from "../components/MainGrid.svelte";
|
||||
---
|
||||
|
||||
<!-- index.astro -->
|
||||
<MainLayout>
|
||||
<AppGuard client:load>
|
||||
<Header client:load/>
|
||||
<MainGrid client:load/>
|
||||
<AppGuard client:only="svelte">
|
||||
<Header client:only="svelte" />
|
||||
<MainGrid client:only="svelte" />
|
||||
</AppGuard>
|
||||
</MainLayout>
|
||||
</MainLayout>
|
||||
|
||||
Reference in New Issue
Block a user