mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Move files around
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2a46ffc272
commit
98f61f17ea
@ -2,25 +2,25 @@
|
||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||
*/
|
||||
import "./add-dialog.scss";
|
||||
import "./view.scss";
|
||||
|
||||
import { observer } from "mobx-react";
|
||||
import React from "react";
|
||||
|
||||
import type { DialogProps } from "../../dialog";
|
||||
import { Dialog } from "../../dialog";
|
||||
import { Input } from "../../input";
|
||||
import { SubTitle } from "../../layout/sub-title";
|
||||
import { Notifications } from "../../notifications";
|
||||
import { Wizard, WizardStep } from "../../wizard";
|
||||
import type { AddClusterRoleDialogState } from "./add-dialog/state.injectable";
|
||||
import type { ClusterRoleStore } from "./store";
|
||||
import type { ShowDetails } from "../../kube-detail-params/show-details.injectable";
|
||||
import type { DialogProps } from "../../../dialog";
|
||||
import { Dialog } from "../../../dialog";
|
||||
import { Input } from "../../../input";
|
||||
import { SubTitle } from "../../../layout/sub-title";
|
||||
import { Notifications } from "../../../notifications";
|
||||
import { Wizard, WizardStep } from "../../../wizard";
|
||||
import type { AddClusterRoleDialogState } from "./state.injectable";
|
||||
import type { ClusterRoleStore } from "../store";
|
||||
import type { ShowDetails } from "../../../kube-detail-params/show-details.injectable";
|
||||
import { withInjectables } from "@ogre-tools/injectable-react";
|
||||
import closeAddClusterRoleDialogInjectable from "./add-dialog/close.injectable";
|
||||
import clusterRoleStoreInjectable from "./store.injectable";
|
||||
import showDetailsInjectable from "../../kube-detail-params/show-details.injectable";
|
||||
import addClusterRoleDialogStateInjectable from "./add-dialog/state.injectable";
|
||||
import closeAddClusterRoleDialogInjectable from "./close.injectable";
|
||||
import clusterRoleStoreInjectable from "../store.injectable";
|
||||
import showDetailsInjectable from "../../../kube-detail-params/show-details.injectable";
|
||||
import addClusterRoleDialogStateInjectable from "./state.injectable";
|
||||
|
||||
export interface AddClusterRoleDialogProps extends Partial<DialogProps> {
|
||||
}
|
||||
@ -4,4 +4,4 @@
|
||||
*/
|
||||
export * from "./view";
|
||||
export * from "./details";
|
||||
export * from "./add-dialog";
|
||||
export * from "./add-dialog/view";
|
||||
|
||||
@ -9,7 +9,7 @@ import { observer } from "mobx-react";
|
||||
import React from "react";
|
||||
import { KubeObjectListLayout } from "../../kube-object-list-layout";
|
||||
import { KubeObjectStatusIcon } from "../../kube-object-status-icon";
|
||||
import { AddClusterRoleDialog } from "./add-dialog";
|
||||
import { AddClusterRoleDialog } from "./add-dialog/view";
|
||||
import { SiblingsInTabLayout } from "../../layout/siblings-in-tab-layout";
|
||||
import { KubeObjectAge } from "../../kube-object/age";
|
||||
import type { ClusterRoleStore } from "./store";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user