diff --git a/contentcuration/contentcuration/frontend/channelEdit/pages/StagingTreePage/index.vue b/contentcuration/contentcuration/frontend/channelEdit/pages/StagingTreePage/index.vue
index 5cc624445a..f0a0169504 100644
--- a/contentcuration/contentcuration/frontend/channelEdit/pages/StagingTreePage/index.vue
+++ b/contentcuration/contentcuration/frontend/channelEdit/pages/StagingTreePage/index.vue
@@ -51,16 +51,16 @@
}"
>
-
-
diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue b/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue
index a5e1fe843e..007e332d41 100644
--- a/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue
+++ b/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue
@@ -24,10 +24,10 @@
:to="viewChannelDetailsLink"
@click="trackClickEvent('Summary')"
>
-
-
@@ -314,7 +314,6 @@
import SavingIndicator from '../../components/edit/SavingIndicator';
import { DraggableRegions, DraggableUniverses, RouteNames } from '../../constants';
import MainNavigationDrawer from 'shared/views/MainNavigationDrawer';
- import IconButton from 'shared/views/IconButton';
import ToolBar from 'shared/views/ToolBar';
import ChannelTokenModal from 'shared/views/channel/ChannelTokenModal';
import OfflineText from 'shared/views/OfflineText';
@@ -330,7 +329,6 @@
name: 'TreeViewBase',
components: {
DraggableRegion,
- IconButton,
MainNavigationDrawer,
ToolBar,
PublishModal,