File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
plugins/headlamp-plugin/src Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ declare module '@mui/private-theming' {
2020 interface DefaultTheme extends Theme { }
2121}
2222
23+ import { Activity } from './components/activity/Activity' ;
2324import * as CommonComponents from './components/common' ;
2425import * as K8s from './lib/k8s' ;
2526import * as ApiProxy from './lib/k8s/apiProxy' ;
@@ -29,10 +30,7 @@ import * as Utils from './lib/util';
2930import { Headlamp , Plugin } from './plugin/lib' ;
3031import { getSupportedLocales , isLocaleSupported , useTranslation } from './plugin/pluginI18n' ;
3132import { PluginSettingsDetailsProps } from './plugin/pluginsSlice' ;
32- import type {
33- CallbackActionOptions ,
34- HeadlampEvent ,
35- } from './plugin/registry' ;
33+ import type { CallbackActionOptions , HeadlampEvent } from './plugin/registry' ;
3634import Registry , {
3735 AppLogoProps ,
3836 clusterAction ,
@@ -131,6 +129,7 @@ export {
131129 registerProjectOverviewSection ,
132130 registerClusterStatus ,
133131 registerProjectDeleteButton ,
132+ Activity ,
134133} ;
135134
136135export type {
You can’t perform that action at this time.
0 commit comments