add crud api
This commit is contained in:
8
src/pages/actions/routing.tsx
Normal file
8
src/pages/actions/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';
|
||||
|
||||
export default (
|
||||
<Route component={Page} path={ROUTES.ACTIONS} exact />
|
||||
);
|
||||
Reference in New Issue
Block a user