updated client-frontend additions

This commit is contained in:
2025-05-06 17:48:13 +03:00
parent e0ae1ee80a
commit bc43471259
140 changed files with 4320 additions and 1117 deletions

View File

@@ -4,4 +4,5 @@ export interface DashboardLayoutProps {
children: ReactNode;
lang: "en" | "tr";
activePage: string;
siteUrls: string[];
}