mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-22 02:48:29 +00:00
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
---
|
|
import HeadCommon from '@components/HeadCommon.astro';
|
|
import { Udels } from '../../components/Udels/Udels.jsx';
|
|
---
|
|
|
|
<html lang="en" class="m-0">
|
|
<head>
|
|
<HeadCommon />
|
|
<title>Strudel UDELS</title>
|
|
</head>
|
|
<body class="m-0">
|
|
<Udels client:only="react" />
|
|
</body>
|
|
</html>
|