Skip to content

Commit 76f5742

Browse files
committed
chore: fix bad character
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 15bd110 commit 76f5742

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lesson_03/quiz/src/quizzes/quizzes.module.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
import { Module } from '@nestjs/common';
22
import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js';
3+
import { AnanatawaQuiz } from './ananatawa_quiz.js';
34
import { AnotherQuiz } from './another_quiz.js';
45
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
5-
import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js';
66
import { ChanelHuttQuiz } from './Chanel_Huttquiz.js';
77
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js';
88
import { DavisDQuiz } from './davisd_quiz.js';
9+
import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js';
910
import { EvanPhilakhongQuiz } from './evan_philakhong_quiz.js';
1011
import { EzraQuiz } from './ezra_quiz.js';
1112
import { JasonWatsonQuiz } from './jason_watson_quiz.js';
1213
import { Jbeyquiz } from './jbeyquiz.js';
13-
import { KarensQuiz } from './karen_alabi_quiz.js';
1414
import { JeremiahWingQuiz } from './jeremiah_wing_quiz.js';
15+
import { KarensQuiz } from './karen_alabi_quiz.js';
1516
import { KhaylaSaundersQuiz } from './khayla_quiz.js';
1617
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js';
1718
import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js';
19+
import { MontezBradleyQuiz } from './montez_quiz.js';
1820
import { NiaPackquiz } from './nia_quiz.js';
1921
import { OliviaJamesQuiz } from './olivia_james_quiz.js';
20-
import { MontezBradleyQuiz } from './montez_quiz.js'; =
2122
import { RasheedMillerQuiz } from './rasheed_miller_quiz.js';
22-
import { AnanatawaQuiz } from './ananatawa_quiz.js';
2323

2424
export const Quizzes = Symbol.for('Quizzes');
2525

0 commit comments

Comments
 (0)