✨ frontend add
This commit is contained in:
6
frontend/admin/src/stores/detailbuttons.ts
Normal file
6
frontend/admin/src/stores/detailbuttons.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil'
|
||||
|
||||
export const detailButtonsSnackAtom = atom<'none' | 'success' | 'loading'>({
|
||||
key: 'detailButtonsSnackAtom',
|
||||
default: 'none',
|
||||
})
|
||||
Reference in New Issue
Block a user