felicity-lims/webapp/guards/index.ts

7 lines
228 B
TypeScript
Raw Normal View History

2023-11-10 14:05:15 +08:00
import canAccessPage from './pages';
import hasRights from './actions';
import { actions, objects } from './constants';
import { pages } from '@//router/constants';
2023-11-10 14:05:15 +08:00
export { canAccessPage, hasRights, actions, objects, pages };