1
0
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:
Hung-Han (Henry) Chen 2021-08-24 09:31:30 +03:00
parent bed05b6e20
commit ae30eb3aeb
No known key found for this signature in database
GPG Key ID: 54B44603D251B788

View File

@ -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 };