mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 00:42:59 +08:00
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
|
import canAccessPage from './pages';
|
||
|
import hasRights from './actions';
|
||
|
import { actions, objects } from './constants';
|
||
|
import { pages } from './../router/constants';
|
||
|
|
||
|
export { canAccessPage, hasRights, actions, objects, pages };
|