chore: quick create route
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const registerRouteConfigAtom = atom<Record<string, any>>({
|
||||
initialValues: null,
|
||||
create: false
|
||||
});
|
||||
Reference in New Issue
Block a user