mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 17:02:55 +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};
|