Skip to content

Commit

Permalink
fix: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noahonyejese committed Jan 14, 2025
1 parent 34858ca commit cb29d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurator/components/chart-controls/color-palette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const useColorSquareStyles = makeStyles((theme: Theme) => ({
},
}));

export const ColorSquare = ({
const ColorSquare = ({
disabled,
color,
}: {
Expand All @@ -238,7 +238,7 @@ export const ColorSquare = ({
);
};

export const ColorPaletteControls = ({
const ColorPaletteControls = ({
field,
colorConfigPath,
component,
Expand Down

0 comments on commit cb29d85

Please sign in to comment.