mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 18:56:01 +00:00
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
import { useLoadPublicRoutes } from './useLoadPublicRoutes';
|
|
|
|
/* TODO this hook needs for call some actions which should affect all mapper*/
|
|
export const useGlobalHooks = () => {
|
|
useLoadPublicRoutes();
|
|
};
|