mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): use generic comp for multiple choice (#56825)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9c73159f10
commit
50f0c23d15
@@ -36,11 +36,6 @@ const video = path.resolve(
|
||||
'../../src/templates/Challenges/video/show.tsx'
|
||||
);
|
||||
|
||||
const odin = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/odin/show.tsx'
|
||||
);
|
||||
|
||||
const exam = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/exam/show.tsx'
|
||||
@@ -69,7 +64,6 @@ const views = {
|
||||
quiz,
|
||||
video,
|
||||
codeAlly,
|
||||
odin,
|
||||
exam,
|
||||
msTrophy,
|
||||
fillInTheBlank,
|
||||
|
||||
Reference in New Issue
Block a user