7 lines
114 B
Text
7 lines
114 B
Text
![]() |
---
|
||
|
import Navigation from '../components/Navigation.astro';
|
||
|
---
|
||
|
|
||
|
<header role="banner">
|
||
|
<Navigation />
|
||
|
</header>
|