Skip to content

Commit 446e2e5

Browse files
Moving files around
1 parent d69598b commit 446e2e5

17 files changed

Lines changed: 892 additions & 892 deletions

File tree

src/public/dist/bundle.js

Lines changed: 885 additions & 885 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/public/dist/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/public/js/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React from 'react';
22

33
import DataBus from 'core/dataBus';
4-
import ViewsSwitches from 'components/controls/ViewSwitches/ViewSwitchesContainer';
54
import TreeDiagram from 'components/treeDiagram/TreeDiagramContainer';
65
import ExplorerBar from 'components/explorerBar/ExplorerBarContainer';
76
import SideBar from 'components/sideBar/SideBarContainer';
7+
import ViewsSwitches from 'components/topBar/controls/ViewSwitches/ViewSwitchesContainer';
88
import TopBar from 'components/topBar/subPanel/SubPanelContainer';
99

1010
import './App.scss';

src/public/js/components/sideBar/component/SideBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Tabs } from 'antd';
33
import { Skeleton, Alert } from 'antd';
44

55
import { FILE_NODE_TYPE } from 'core/constants';
6-
import { Copy } from 'components/controls/Copy';
6+
import { Copy } from 'components/topBar/controls/Copy';
77

88
import Code from './Code';
99
import DependenciesTab from './DependenciesTab';
File renamed without changes.

src/public/js/components/controls/FlowSelect/index.js renamed to src/public/js/components/topBar/controls/FlowSelect/index.js

File renamed without changes.

src/public/js/components/controls/FlowSelect/index.scss renamed to src/public/js/components/topBar/controls/FlowSelect/index.scss

File renamed without changes.

src/public/js/components/controls/SettingsControl/index.js renamed to src/public/js/components/topBar/controls/SettingsControl/index.js

File renamed without changes.

src/public/js/components/controls/SettingsControl/index.scss renamed to src/public/js/components/topBar/controls/SettingsControl/index.scss

File renamed without changes.

src/public/js/components/controls/ViewSwitches/Item/ViewSwitch.js renamed to src/public/js/components/topBar/controls/ViewSwitches/Item/ViewSwitch.js

File renamed without changes.

0 commit comments

Comments
 (0)