mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add boilerplate files for JS quizzes (#56172)
This commit is contained in:
@@ -26,6 +26,11 @@ const superBlockIntro = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Introduction/super-block-intro.tsx'
|
||||
);
|
||||
const quiz = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/projects/backend/show.tsx'
|
||||
);
|
||||
|
||||
const video = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/video/show.tsx'
|
||||
@@ -61,6 +66,7 @@ const views = {
|
||||
classic,
|
||||
modern: classic,
|
||||
frontend,
|
||||
quiz,
|
||||
video,
|
||||
codeAlly,
|
||||
odin,
|
||||
|
||||
Reference in New Issue
Block a user