diff --git a/src/App.tsx b/src/App.tsx
index a3f0600..61229f5 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -17,9 +17,10 @@ import {
RecoverAccount,
Signup,
Project,
- Clients,
+ Users,
Settings,
UserSettings,
+ CreateUser,
} from './pages';
import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types';
import { GET_USER_BY_ID } from './graphql/auth.api';
@@ -87,14 +88,23 @@ const App = () => {
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+