diff --git a/components/core/Application.js b/components/core/Application.js
index c02cbc02..1ab5f70f 100644
--- a/components/core/Application.js
+++ b/components/core/Application.js
@@ -36,7 +36,6 @@ import SidebarWalletSendFunds from "~/components/sidebars/SidebarWalletSendFunds
import SidebarAddFileToSlate from "~/components/sidebars/SidebarAddFileToSlate";
import SidebarDragDropNotice from "~/components/sidebars/SidebarDragDropNotice";
import SidebarSingleSlateSettings from "~/components/sidebars/SidebarSingleSlateSettings";
-import SidebarFilecoinArchive from "~/components/sidebars/SidebarFilecoinArchive";
import SidebarHelp from "~/components/sidebars/SidebarHelp";
import SidebarFAQ from "~/components/sidebars/SidebarFAQ";
import SidebarEditTags from "~/components/sidebars/SidebarEditTags";
@@ -58,7 +57,6 @@ import { Logo } from "~/common/logo";
import { LoaderSpinner } from "~/components/system/components/Loaders";
const SIDEBARS = {
- SIDEBAR_FILECOIN_ARCHIVE: ,
SIDEBAR_WALLET_SEND_FUNDS: ,
SIDEBAR_CREATE_WALLET_ADDRESS: ,
SIDEBAR_ADD_FILE_TO_SLATE: ,