File tree Expand file tree Collapse file tree 2 files changed +0
-43
lines changed
Expand file tree Collapse file tree 2 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { security, SecurityState } from "./modules/security";
1515import { publicKeys , PublicKeysState } from "./modules/public_keys" ;
1616import { privateKey , PrivateKeyState } from "./modules/private_key" ;
1717import { notifications , NotificationsState } from "./modules/notifications" ;
18- import { modal , ModalState } from "./modules/modal" ;
1918import { firewallRules , FirewallRulesState } from "./modules/firewall_rules" ;
2019import { devices , DevicesState } from "./modules/devices" ;
2120import { container , ContainerState } from "./modules/container" ;
@@ -39,7 +38,6 @@ export interface State {
3938 container : ContainerState ;
4039 firewallRules : FirewallRulesState ;
4140 layout : LayoutState ;
42- modal : ModalState ;
4341 namespaces : NamespacesState ;
4442 tunnels : TunnelsState ;
4543 notifications : NotificationsState ;
@@ -70,7 +68,6 @@ export const store = createStore<State>({
7068 devices,
7169 firewallRules,
7270 layout,
73- modal,
7471 namespaces,
7572 tunnels,
7673 notifications,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments