chore: Update translations

This commit is contained in:
2023-09-14 18:45:29 +00:00
parent a8f000d9d8
commit 9c05b6a101
21 changed files with 609 additions and 567 deletions

View File

@ -211,8 +211,8 @@ export const router = createBrowserRouter([
}
return null;
},
children: RootTabRoutes
}
children: RootTabRoutes,
},
]);
const root = ReactDOM.createRoot(unwrap(document.getElementById("root")));