Migrate to a monorepo structure (#2909)
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const isDebugModeState = atom<boolean>({
|
||||
key: 'isDebugModeState',
|
||||
default: false,
|
||||
});
|
||||
Reference in New Issue
Block a user