File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js';
3
3
import { AngelicaCQuiz } from './angelica_c_quiz.js' ;
4
4
import { AnotherQuiz } from './another_quiz.js' ;
5
5
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
6
- import { DennisQuiz } from './dennis_quiz.js' ;
7
6
import { ChelseaOgbonniaQuiz } from './chelsea_ogbonnia_quiz.js' ;
8
7
import { ChigazoGrahamsQuiz } from './chigazo_graham_quiz.js' ;
9
8
import { DasiaEnglishQuiz } from './dasia_english_quiz.js' ;
9
+ import { DennisQuiz } from './dennis_quiz.js' ;
10
10
import { JamesCapparellQuiz } from './james_capparell_quiz.js' ;
11
11
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js' ;
12
12
import { LjMcwilliamsQuiz } from './lj_mcwilliams_quiz.js' ;
@@ -19,8 +19,7 @@ import { ZionBuchananQuiz } from './zion_buchanan_quiz.js';
19
19
20
20
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
21
21
22
- // Add your quiz provider here.
23
- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , DennisQuiz ] ;
22
+ // Add your quiz provider here.;
24
23
const QUIZ_PROVIDERS = [
25
24
AnthonyMaysQuiz ,
26
25
YafiahAbdullahQuiz ,
@@ -38,6 +37,7 @@ const QUIZ_PROVIDERS = [
38
37
ZionBuchananQuiz ,
39
38
ChelseaOgbonniaQuiz ,
40
39
TommyTranQuiz ,
40
+ DennisQuiz ,
41
41
] ;
42
42
43
43
@Module ( {
You can’t perform that action at this time.
0 commit comments