website-astro/src/components/Header.astro

7 lines
114 B
Plaintext
Raw Normal View History

2022-12-02 11:21:18 +01:00
---
import Navigation from '../components/Navigation.astro';
---
<header role="banner">
<Navigation />
</header>