Skip to content

Commit a901456

Browse files
committed
migration
1 parent eb67295 commit a901456

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

front/src/routes/MainRoutes.js renamed to front/src/routes/MainRoutes.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
// @flow
2-
3-
// #region imports
41
import React from 'react';
52
import { compose } from 'redux';
63
import withSuspense from '../hoc/withSuspense';
74
import { Route, Switch } from 'react-router';
85
import PrivateRoute from '../components/privateRoute';
9-
// #endregion
106

117
// #region constants
128
const AsyncHome = React.lazy(() => import('../pages/home'));

0 commit comments

Comments
 (0)