Skip to content

Commit e0a6f0f

Browse files
deduplicate & remove unsed API functions
1 parent b82f444 commit e0a6f0f

File tree

6 files changed

+1
-199
lines changed

6 files changed

+1
-199
lines changed

src/routes/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
import { FormattedMessage } from 'react-intl';
1616
import {
1717
AuthenticationRouter,
18+
getErrorMessage,
1819
getPreLoginPath,
1920
initializeAuthenticationProd,
2021
} from '@gridsuite/commons-ui';
@@ -36,7 +37,6 @@ import { Profiles, Users } from '../pages';
3637
import ErrorPage from './ErrorPage';
3738
import { updateUserManagerDestructured } from '../redux/actions';
3839
import HomePage from './HomePage';
39-
import { getErrorMessage } from '../utils/error';
4040
import { AppDispatch } from '../redux/store';
4141

4242
export enum MainPaths {

src/utils/api-rest.ts

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/utils/api-ws.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/utils/api.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/utils/auth.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/utils/error.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)