fix(client): remove video component (#57389)

This commit is contained in:
Oliver Eyton-Williams
2024-12-05 09:55:00 +01:00
committed by GitHub
parent d80e3b0c8f
commit 25de45da46
3 changed files with 1 additions and 364 deletions
@@ -31,11 +31,6 @@ const quiz = path.resolve(
'../../src/templates/Challenges/quiz/show.tsx'
);
const video = path.resolve(
__dirname,
'../../src/templates/Challenges/video/show.tsx'
);
const exam = path.resolve(
__dirname,
'../../src/templates/Challenges/exam/show.tsx'
@@ -62,7 +57,6 @@ const views = {
modern: classic,
frontend,
quiz,
video,
codeAlly,
exam,
msTrophy,