コードが書けたらnpm run start • localhostでheadlampを起動していれば自動でpluginが適用される ◦ 右上にhelloの要素が表示された import { registerAppBarAction } from '@kinvolk/headlamp-plugin/lib'; // Below are some imports you may want to use. // See README.md for links to plugin development documentation. // import { SectionBox } from '@kinvolk/headlamp-plugin/lib/CommonComponents'; // import { K8s } from '@kinvolk/headlamp-plugin/lib/K8s'; // import { Typography } from '@mui/material'; registerAppBarAction(<span>Hello</span>);