mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 08:23:00 +08:00
6 lines
230 B
TypeScript
6 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 };
|