Skip to content
Snippets Groups Projects
Unverified Commit 8873ba1d authored by Jed Fox's avatar Jed Fox
Browse files

Trim down imports/exports in sidebar.js

parent fef8ac60
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,6 @@ import ChevronRight from '../svg/v1/CheveronRight'; ...@@ -17,8 +17,6 @@ import ChevronRight from '../svg/v1/CheveronRight';
import Cog from '../svg/v1/Cog'; import Cog from '../svg/v1/Cog';
import DotsHorizontalTriple from '../svg/v1/DotsHorizontalTriple'; import DotsHorizontalTriple from '../svg/v1/DotsHorizontalTriple';
import Reports from '../svg/v1/Reports'; import Reports from '../svg/v1/Reports';
import StoreFrontIcon from '../svg/v1/StoreFront';
import TuningIcon from '../svg/v1/Tuning';
import Wallet from '../svg/v1/Wallet'; import Wallet from '../svg/v1/Wallet';
import Wrench from '../svg/v1/Wrench'; import Wrench from '../svg/v1/Wrench';
import ArrowButtonLeft1 from '../svg/v2/ArrowButtonLeft1'; import ArrowButtonLeft1 from '../svg/v2/ArrowButtonLeft1';
...@@ -38,7 +36,7 @@ import CellValue from './spreadsheet/CellValue'; ...@@ -38,7 +36,7 @@ import CellValue from './spreadsheet/CellValue';
export const SIDEBAR_WIDTH = 240; export const SIDEBAR_WIDTH = 240;
export function Item({ function Item({
children, children,
icon, icon,
title, title,
...@@ -227,7 +225,7 @@ function Account({ ...@@ -227,7 +225,7 @@ function Account({
); );
} }
export function Accounts({ function Accounts({
accounts, accounts,
failedAccounts, failedAccounts,
updatedAccounts, updatedAccounts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment