mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
removed cells
This commit is contained in:
parent
12ddd923ce
commit
203791b170
5 changed files with 16 additions and 98 deletions
|
@ -1,6 +1,6 @@
|
|||
import { ValueOf } from '~/redux/types';
|
||||
import { HorizontalExample } from '~/containers/examples/HorizontalExample';
|
||||
import { ExampleDialog } from '~/containers/dialogs/ExampleDialog';
|
||||
import { EditorDialog } from '~/containers/dialogs/EditorDialog';
|
||||
import { LoginDialog } from '~/containers/dialogs/LoginDialog';
|
||||
|
||||
export const MODAL_ACTIONS = {
|
||||
|
@ -15,7 +15,7 @@ export const DIALOGS = {
|
|||
};
|
||||
|
||||
export const DIALOG_CONTENT = {
|
||||
[DIALOGS.EDITOR]: ExampleDialog,
|
||||
[DIALOGS.EDITOR]: EditorDialog,
|
||||
[DIALOGS.LOGIN]: LoginDialog,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue