Skip to content

Commit bb0220c

Browse files
luizhf42gustavosbarreto
authored andcommitted
refactor(ui): remove unused modal store
1 parent 5803840 commit bb0220c

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

ui/src/store/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { security, SecurityState } from "./modules/security";
1515
import { publicKeys, PublicKeysState } from "./modules/public_keys";
1616
import { privateKey, PrivateKeyState } from "./modules/private_key";
1717
import { notifications, NotificationsState } from "./modules/notifications";
18-
import { modal, ModalState } from "./modules/modal";
1918
import { firewallRules, FirewallRulesState } from "./modules/firewall_rules";
2019
import { devices, DevicesState } from "./modules/devices";
2120
import { 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,

ui/src/store/modules/modal.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)