feat: show/hide balance graph in side nav (#5452)

This commit is contained in:
Matiss Janis Aboltins
2025-08-05 21:35:33 +01:00
committed by GitHub
parent 80cd2cf347
commit 0fa582b3d3
4 changed files with 62 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import React, { type CSSProperties, type ReactNode } from 'react';
import React, { type ReactNode } from 'react';
import { type CSSProperties } from './styles';
import { View } from './View';
type SpaceBetweenProps = {