refactor(client): use generic component for dialogues (#56752)

This commit is contained in:
Oliver Eyton-Williams
2024-10-24 16:23:23 +02:00
committed by GitHub
parent 5a7855039b
commit ff7e0cf682
4 changed files with 58 additions and 382 deletions
@@ -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
};