chore(ui): lint

This commit is contained in:
psychedelicious
2025-09-11 17:02:34 +10:00
parent a67efdf4ad
commit 48c8a9c09d

View File

@@ -51,7 +51,7 @@ const CANVAS_STYLE: React.CSSProperties = {
display: 'block',
};
export type CurveGraphProps = {
type CurveGraphProps = {
title: string;
channel: ChannelName;
points: ChannelPoints | undefined;