feat(user-agreement): implement user agreement upload functionality and update related components

This commit is contained in:
2025-07-25 10:39:15 +05:00
parent 5fda723653
commit c2578f1c8f
9 changed files with 190 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import { User } from "./types/user";
import type { User } from "./types/user";
export interface Links {
next_page: string | null;