mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 01:52:45 +03:00
removed deleted import
This commit is contained in:
parent
29c4f8c106
commit
b6e4d246f1
@ -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: <SidebarFilecoinArchive />,
|
||||
SIDEBAR_WALLET_SEND_FUNDS: <SidebarWalletSendFunds />,
|
||||
SIDEBAR_CREATE_WALLET_ADDRESS: <SidebarCreateWalletAddress />,
|
||||
SIDEBAR_ADD_FILE_TO_SLATE: <SidebarAddFileToSlate />,
|
||||
|
Loading…
Reference in New Issue
Block a user