feat(i18n): update settings and dashboard layout for dynamic translations

This commit is contained in:
poyrazavsever
2026-07-20 11:08:32 +03:00
parent e5d609426d
commit 542cb66759
11 changed files with 496 additions and 30 deletions
@@ -0,0 +1,5 @@
import { ImportExportForm } from "./import-export-form";
export default function ImportExportPage() {
return <ImportExportForm />;
}