Skip to content

Commit de4f751

Browse files
committed
fix: type errors.
1 parent 631148c commit de4f751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as vscode from 'vscode';
22
import { NodeBase } from './nodeBase';
3-
import RootNode from './RootNode';
3+
import RootNode from './rootNode';
44
import { getComponetMenus } from '../utils/uiwHubUtils';
55
import { TreeMenu } from '../extensionVariables';
66

0 commit comments

Comments
 (0)