mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client): remove video component (#57389)
This commit is contained in:
committed by
GitHub
parent
d80e3b0c8f
commit
25de45da46
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user