mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-05 17:46:41 +07:00
completely removed modal reducer
This commit is contained in:
parent
b1e8bddbaf
commit
8d5afb4f98
34 changed files with 189 additions and 300 deletions
src/types/modal
3
src/types/modal/index.ts
Normal file
3
src/types/modal/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface IDialogProps {
|
||||
onRequestClose: () => void;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue