Skip to content

Commit bce052e

Browse files
Remove unused type
1 parent 1c140ab commit bce052e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

profilerFunctions/useResults.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import { Question } from "../components/types";
22

3-
interface Option {
4-
text: string;
5-
isAnswer: boolean;
6-
}
7-
83
interface Data {
94
questions: Question[];
105
answers: (string | string[])[];

0 commit comments

Comments
 (0)