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