remove unneeded import
All checks were successful
continuous-integration/drone/push Build is passing

add tempblade logo
improve styling
improve animations
This commit is contained in:
2023-06-30 12:08:03 +02:00
parent fa3f7a8403
commit 1d9c38e94a
9 changed files with 133 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
---
import Footer from "@/components/Layout/Footer.astro";
import Header from "@/components/Layout/Header.astro";
import "@/styles/global.css";
export interface Props {
@@ -24,6 +25,7 @@ const { title } = Astro.props;
<title>{title}</title>
</head>
<body>
<Header />
<slot />
<Footer />
</body>