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