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