File tree 2 files changed +2
-2
lines changed
arduino-ide-extension/src/browser/boards
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
13
13
Port ,
14
14
PortIdentifier ,
15
15
} from '../../common/protocol/boards-service' ;
16
- import { Defined } from '../../common/types' ;
16
+ import type { Defined } from '../../common/types' ;
17
17
import { NotificationCenter } from '../notification-center' ;
18
18
import { BoardsConfigDialogState } from './boards-config-dialog' ;
19
19
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
20
20
emptyBoardsConfig ,
21
21
PortIdentifier ,
22
22
} from '../../common/protocol/boards-service' ;
23
- import { Defined } from '../../common/types' ;
23
+ import type { Defined } from '../../common/types' ;
24
24
import { NotificationCenter } from '../notification-center' ;
25
25
import { ReactDialog } from '../theia/dialogs/dialogs' ;
26
26
import { BoardsConfigComponent } from './boards-config-component' ;
You can’t perform that action at this time.
0 commit comments