Preview: route-changed.js
Size: 267 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/frontend/store/actions/route-changed.js
export const INITIAL_ROUTE = 'INITIAL_ROUTE';
export const ROUTE_CHANGED = 'ROUTE_CHANGED';
export const initializeRoute = location => ({
type: ROUTE_CHANGED,
data: location
});
export const changeRoute = location => ({
type: ROUTE_CHANGED,
data: location
});
Directory Contents
Dirs: 0 × Files: 18