Skip to content

Commit

Permalink
Rename "panel-explorer" directory to "explorer" (#106)
Browse files Browse the repository at this point in the history
After all, the explorer is not a panel!
  • Loading branch information
jgonggrijp committed Aug 12, 2020
1 parent adbbc2b commit 291e3b0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/global/explorer-view.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ExplorerView from '../panel-explorer/explorer-view';
import ExplorerView from '../explorer/explorer-view';
import sourceListView from '../global/source-list-view';

export default new ExplorerView({ first: sourceListView });

0 comments on commit 291e3b0

Please sign in to comment.