File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
arduino-ide-extension/src/browser/boards Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 Port ,
1414 PortIdentifier ,
1515} from '../../common/protocol/boards-service' ;
16- import { Defined } from '../../common/types' ;
16+ import type { Defined } from '../../common/types' ;
1717import { NotificationCenter } from '../notification-center' ;
1818import { BoardsConfigDialogState } from './boards-config-dialog' ;
1919
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
2020 emptyBoardsConfig ,
2121 PortIdentifier ,
2222} from '../../common/protocol/boards-service' ;
23- import { Defined } from '../../common/types' ;
23+ import type { Defined } from '../../common/types' ;
2424import { NotificationCenter } from '../notification-center' ;
2525import { ReactDialog } from '../theia/dialogs/dialogs' ;
2626import { BoardsConfigComponent } from './boards-config-component' ;
You can’t perform that action at this time.
0 commit comments