mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): use generic component for dialogues (#56752)
This commit is contained in:
committed by
GitHub
parent
5a7855039b
commit
ff7e0cf682
@@ -51,11 +51,6 @@ const msTrophy = path.resolve(
|
||||
'../../src/templates/Challenges/ms-trophy/show.tsx'
|
||||
);
|
||||
|
||||
const dialogue = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/dialogue/show.tsx'
|
||||
);
|
||||
|
||||
const fillInTheBlank = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/fill-in-the-blank/show.tsx'
|
||||
@@ -77,7 +72,6 @@ const views = {
|
||||
odin,
|
||||
exam,
|
||||
msTrophy,
|
||||
dialogue,
|
||||
fillInTheBlank,
|
||||
generic
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user