Skip to content

Commit a4ead2f

Browse files
committed
refactor: remove unused oklchToRgb import from SongThumbnailInput component
- Eliminated the import of the oklchToRgb utility function from SongThumbnailInput.tsx to streamline the code following its removal from utils.ts. This change enhances code clarity and maintains consistency with recent refactoring efforts.
1 parent 28c73c3 commit a4ead2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/modules/song/components/client/SongThumbnailInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useMemo } from 'react';
22
import { UseFormReturn } from 'react-hook-form';
33

44
import { BG_COLORS, THUMBNAIL_CONSTANTS } from '@nbw/config';
5-
import { cn, oklchToRgb } from '@web/lib/utils';
5+
import { cn } from '@web/lib/utils';
66
import {
77
Tooltip,
88
TooltipContent,

0 commit comments

Comments
 (0)