website-astro/src/components/Header.astro

7 lines
114 B
Plaintext

---
import Navigation from '../components/Navigation.astro';
---
<header role="banner">
<Navigation />
</header>