all components updated, uncontrolled input error handled

This commit is contained in:
akash.dutta
2022-05-07 22:10:29 +05:30
parent c783e101d5
commit 7c5aab7bf3
17 changed files with 1765 additions and 1045 deletions

View File

@@ -14,6 +14,7 @@ export const AppRoutes = () => {
if (isLoggedIn) {
return (
<div>
<Suspense fallback={<></>}>
<Routes>
<Route
@@ -32,6 +33,7 @@ export const AppRoutes = () => {
</Route>
</Routes>
</Suspense>
</div>
);
}
return (