mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Export at const
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
bed05b6e20
commit
ae30eb3aeb
@ -29,7 +29,7 @@ import { WelcomeMenuRegistry } from "../../../extensions/registries";
|
||||
import { WelcomeTopbar } from "../cluster-manager/welcome-topbar";
|
||||
import { WelcomeBannerRegistry } from "../../../extensions/registries";
|
||||
|
||||
const defaultWidth = 320;
|
||||
export const defaultWidth = 320;
|
||||
|
||||
@observer
|
||||
export class Welcome extends React.Component {
|
||||
@ -90,5 +90,3 @@ export class Welcome extends React.Component {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export { defaultWidth };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user