We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a107205 commit 2103033Copy full SHA for 2103033
1 file changed
cue-client/src/components/study-stack.tsx
@@ -6,7 +6,7 @@ import CardFace from './card-face';
6
import { useTool } from '../hooks/tool-hook';
7
import StudySettings from './study-settings';
8
import { useNotification } from '../hooks/notification-hook';
9
-import { Ban, Check, Frown, Meh, Smile } from 'lucide-react';
+import { Ban, Check } from 'lucide-react';
10
import { Button } from './ui/button';
11
import ScoreBoard from './study/score-board';
12
import ScoreButton from './study/score-button';
0 commit comments