We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dc002 commit a64dbd1Copy full SHA for a64dbd1
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -1,6 +1,6 @@
1
import { Module } from '@nestjs/common';
2
-import { DavidSmithQuiz } from './another_quiz.js';
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
+import { DavidSmithQuiz } from './david_smith_quiz.js';
4
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js';
5
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js';
6
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
0 commit comments