diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 43efb92..1c2fcf1 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -1,4 +1,5 @@ import { useEffect, useLayoutEffect, useMemo, useState } from 'react'; +import { Link } from 'react-router-dom'; import { fetchEntries, fetchEntry } from '../api'; import type { EntryDetail, EntryItems, EntrySummary, QuizQuestionWithEntry } from '../types'; import VideoPlayer from './VideoPlayer';