Skip to content

Commit

Permalink
chore: resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel <gaccettola@mirantis.com>
  • Loading branch information
gabriel-mirantis committed Jun 1, 2023
1 parent 2547b19 commit 323b375
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions open-lens/src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { loggerFeature } from "@k8slens/logger";
import { randomFeature } from "@k8slens/random";
import { kubeApiSpecificsFeature } from "@k8slens/kube-api-specifics";
import { prometheusFeature } from "@k8slens/prometheus";
import { notificationsFeature } from "@k8slens/notifications";

const environment = "main";

Expand All @@ -37,7 +36,6 @@ runInAction(() => {
messagingFeatureForMain,
randomFeature,
kubeApiSpecificsFeature,
notificationsFeature,
);

try {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/src/extensions/renderer-api/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export * from "../../renderer/components/line-progress";
export * from "../../renderer/components/menu";

export {
type NotificationStatus,
NotificationStatus,
type CreateNotificationOptions,
type Notification,
type NotificationId,
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/notifications/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
export type {
NotificationId,
NotificationMessage,
NotificationStatus,
CreateNotificationOptions,
Notification,
NotificationsStore,
} from "./src/notifications.store";
export { NotificationStatus } from "./src/notifications.store";
export type { ShowNotification } from "./src/notifications";
export { Notifications } from "./src/notifications";
export { notificationsClusterFrameChildComponentInjectable } from "./src/notifications-cluster-frame-child-component.injectable";
Expand Down

0 comments on commit 323b375

Please sign in to comment.