Setup FSD
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import BaseLayout from "@app/layouts/BaseLayout";
|
||||
import HomePage from "@pageModules/home";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<button class="btn-0">Hello WebTUI</button>
|
||||
</Layout>
|
||||
<BaseLayout title="Главная | NikitaPozd Dev" description="Главная страница сайта NikitaPozd Dev.">
|
||||
<HomePage />
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user