feat: add user agreement

This commit is contained in:
2025-06-18 12:11:21 +03:00
parent c9776ad900
commit ecfe610f63
12 changed files with 171 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
import { UserAgreement } from '@views/user-agreement';
export default function UserAgreementPage() {
return (
<main>
<UserAgreement />
</main>
);
}