Skip to content

Commit 3918550

Browse files
committed
renamed views.ts to gView.ts
1 parent 2af8f34 commit 3918550

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/views/navTreeView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import { configuration } from '../util/configuration/config';
1717
import { StatusBar, StatusBarControl } from '../util/statusBar';
1818
import { NavTreeNode } from './nodes/navTreeNode';
19-
import { GView } from './views';
19+
import { GView } from './gView';
2020
import { constants, Contexts, PIcon, ViewCommands } from '../util/constants';
2121
import { GCodeTreeParser } from './providers/gcodeTreeParser';
2222
import { Control } from '../control';

src/views/statsView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Messages } from '../util/messages';
2222
import { ResourceType } from './nodes/nodes';
2323
import { StatsNode, StatsType } from './nodes/statsNode';
2424
import { GCodeRuntimeParser } from './providers/gcodeRuntimeParser';
25-
import { GView } from './views';
25+
import { GView } from './gView';
2626

2727
const StatsViewInfo = {
2828
ViewId: 'gcode.views.stats',

0 commit comments

Comments
 (0)