#8. Добавление алиасов, разделение на чанки, разделение на страницы, организация фвйловой структуры (#9)
This commit is contained in:
8
src/pages/sign-in/routing.tsx
Normal file
8
src/pages/sign-in/routing.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import {Route} from 'react-router-dom';
|
||||
import {ROUTES} from '_consts/common';
|
||||
import Page from './components/page/Page';
|
||||
|
||||
export default (
|
||||
<Route component={Page} path={ROUTES.SIGN_IN} exact />
|
||||
);
|
||||
Reference in New Issue
Block a user