11 lines
196 B
Plaintext
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>
|