Skip to content

Commit

Permalink
modified file directory
Browse files Browse the repository at this point in the history
Signed-off-by: Claudia Emmanuel <[email protected]>
  • Loading branch information
technomad01 committed Nov 12, 2024
1 parent d267338 commit 311e814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin/treeview.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const vscode = require("vscode");
const { NetworkTreeItem } = require("../networkTreeItem");
const { WalletTreeItem } = require("../walletTreeItem");
const { NetworkTreeItem } = require("./networkTreeItem");
const { WalletTreeItem } = require("./walletTreeItem");

class TreeViewProvider {
constructor(type, context) {
Expand Down

0 comments on commit 311e814

Please sign in to comment.