forked from Aaron/Kino-Website
refactor: redistribute main.ts logic into Astro components
This commit is contained in:
10
src/pages/account.astro
Normal file
10
src/pages/account.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import AccountView from "../components/AccountView.astro";
|
||||
---
|
||||
|
||||
<BaseLayout title="Mein Konto">
|
||||
<main>
|
||||
<AccountView />
|
||||
</main>
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user