Skip to content

Commit 866d068

Browse files
committed
Fix import
Looks like the rebase of #135 causes a compile error. This change fixes the broken import.
1 parent 57338e7 commit 866d068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/webview-context.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
********************************************************************************/
1616

1717
import { WebviewIdMessageParticipant } from 'vscode-messenger-common';
18-
import { Endianness, VariableMetadata } from './memory-range';
18+
import { Endianness } from './manifest';
19+
import { VariableMetadata } from './memory-range';
1920
import { ReadMemoryArguments } from './messaging';
2021

2122
export interface WebviewContext {

0 commit comments

Comments
 (0)