Import Link component in QuizRunner.tsx

This commit is contained in:
2026-01-08 02:23:10 +01:00
parent b3d760bd11
commit 446dab7d49

View File

@@ -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';