Reorganize frontend and install Craco to alias modules (#190)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
import { RightDrawerPage } from '../types/RightDrawerPage';
|
||||
|
||||
export const rightDrawerPageState = atom<RightDrawerPage | null>({
|
||||
|
||||
Reference in New Issue
Block a user