Skip to content

Commit

Permalink
fix global style import on <Layout>
Browse files Browse the repository at this point in the history
  • Loading branch information
Atotti committed Jan 1, 2025
1 parent 8974eaf commit 3ac1d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
import Header from '../components/Header.astro';
import Footer from '../components/Footer.astro';
import '../styles/global.css';
---

<!doctype html>
Expand Down

0 comments on commit 3ac1d13

Please sign in to comment.