Skip to content

Commit 2103033

Browse files
committed
Remove unused imports
1 parent a107205 commit 2103033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cue-client/src/components/study-stack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CardFace from './card-face';
66
import { useTool } from '../hooks/tool-hook';
77
import StudySettings from './study-settings';
88
import { useNotification } from '../hooks/notification-hook';
9-
import { Ban, Check, Frown, Meh, Smile } from 'lucide-react';
9+
import { Ban, Check } from 'lucide-react';
1010
import { Button } from './ui/button';
1111
import ScoreBoard from './study/score-board';
1212
import ScoreButton from './study/score-button';

0 commit comments

Comments
 (0)