Skip to content

Commit 0e92678

Browse files
javier-godoypaodb
authored andcommitted
refactor: use relative imports
1 parent bad81da commit 0e92678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/META-INF/frontend/fc-xterm/xterm-selection-mixin.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* #L%
1919
*/
2020
import { Terminal } from 'xterm'
21-
import { TerminalMixin, TerminalAddon } from '@vaadin/flow-frontend/fc-xterm/xterm-element';
22-
import { IConsoleMixin } from '@vaadin/flow-frontend/fc-xterm/xterm-console-mixin';
21+
import { TerminalMixin, TerminalAddon } from './xterm-element';
22+
import { IConsoleMixin } from './xterm-console-mixin';
2323

2424
interface ISelectionMixin extends TerminalMixin {
2525
keyboardSelectionEnabled: boolean;
@@ -180,4 +180,4 @@ export function XTermSelectionMixin<TBase extends Constructor<TerminalMixin>>(Ba
180180
}
181181

182182
}
183-
}
183+
}

0 commit comments

Comments
 (0)