init
This commit is contained in:
13
src/pages/auth-response/routing.tsx
Normal file
13
src/pages/auth-response/routing.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import {Route} from 'react-router-dom';
|
||||
|
||||
import {ROUTES} from '../../common/consts';
|
||||
import Page from './components/page/Page';
|
||||
|
||||
export default (
|
||||
<Route
|
||||
component={Page}
|
||||
path={ROUTES.AUTH_RESPONSE}
|
||||
exact
|
||||
/>
|
||||
);
|
||||
Reference in New Issue
Block a user