Skip to content

Commit 48c8a9c

Browse files
chore(ui): lint
1 parent a67efdf commit 48c8a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlLayers/components/RasterLayer/RasterLayerCurvesAdjustmentsGraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const CANVAS_STYLE: React.CSSProperties = {
5151
display: 'block',
5252
};
5353

54-
export type CurveGraphProps = {
54+
type CurveGraphProps = {
5555
title: string;
5656
channel: ChannelName;
5757
points: ChannelPoints | undefined;

0 commit comments

Comments
 (0)