diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue index a7644b6d54..eaf1896b8a 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue @@ -13,12 +13,7 @@ - - @@ -39,7 +34,6 @@ import MainNavigationDrawer from 'shared/views/MainNavigationDrawer'; import ToolBar from 'shared/views/ToolBar'; import ChannelNotFoundError from 'shared/views/errors/ChannelNotFoundError'; - import ChannelDeletedError from 'shared/views/errors/ChannelDeletedError'; import GenericError from 'shared/views/errors/GenericError'; // NOTE: 404 Error Page for the topic level is contained inside of TreeViewBase @@ -47,7 +41,6 @@ name: 'ChannelEditAppError', components: { ChannelNotFoundError, - ChannelDeletedError, GenericError, MainNavigationDrawer, ToolBar, diff --git a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue b/contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue deleted file mode 100644 index e317726c3c..0000000000 --- a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -