webapp/src/pages/confirm/index.astro
2022-10-05 21:37:47 +03:00

11 lines
196 B
Plaintext

---
import { t } from '../../utils/intl'
import { Confirmed } from '../../components/Nav/Confirmed'
---
<html>
<head><title>{t('Discours')}</title></head>
<body>
<Confirmed />
</body>
</html>