Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
actual-vt-capstone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danieljk
actual-vt-capstone
Commits
8873ba1d
Unverified
Commit
8873ba1d
authored
2 years ago
by
Jed Fox
Browse files
Options
Downloads
Patches
Plain Diff
Trim down imports/exports in sidebar.js
parent
fef8ac60
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/loot-design/src/components/sidebar.js
+2
-4
2 additions, 4 deletions
packages/loot-design/src/components/sidebar.js
with
2 additions
and
4 deletions
packages/loot-design/src/components/sidebar.js
+
2
−
4
View file @
8873ba1d
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment