File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,7 @@ import { Module } from '@nestjs/common';
2
2
import { AnotherQuiz } from './another_quiz.js' ;
3
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4
4
import { DavidAdenaikeQuiz } from './david_adenaike_quiz.js' ;
5
- < < < << << HEAD
6
- < << << << HEAD
7
5
import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js' ;
8
- === === =
9
- >>> >>> > 8 cf96e4 ( chore : adds Khyla 's custom quiz (#120))
10
- === === =
11
- import { DylanLaffertyQuiz } from './dylan_lafferty_quiz.js' ;
12
- >>> > >>> 2e39 b77 ( I have created a new branch adding in Homework 3 because of a merge bug on my last branch )
13
6
import { Jbeyquiz } from './jbeyquiz.js' ;
14
7
import { KhaylaSaundersQuiz } from './khayla_quiz.js' ;
15
8
import { MeikoStephensQuiz } from './meiko_stephens_quiz.js' ;
@@ -26,26 +19,8 @@ const QUIZ_PROVIDERS = [
26
19
Jbeyquiz ,
27
20
DavidAdenaikeQuiz ,
28
21
KhaylaSaundersQuiz ,
29
- < < < << << HEAD
30
- < << << << HEAD
31
- DylanLaffertyQuiz ,
32
- = === ===
33
- >>> >>> > 8 cf96e4 ( chore : adds Khyla 's custom quiz (#120))
34
- === === =
35
- DylanLaffertyQuiz ,
36
- > >>> >>> 2e39 b77 ( I have created a new branch adding in Homework 3 because of a merge bug on my last branch )
37
- RasheedMillerQuiz ,
38
22
DylanLaffertyQuiz ,
39
23
RasheedMillerQuiz ,
40
- < < < << << HEAD
41
- < << << << HEAD
42
- DavidAdenaikeQuiz ,
43
- = === ===
44
- DylanLaffertyQuiz ,
45
- > > >>> >> bd49b74 ( David Adenaike Quiz ( #119 ) )
46
- === = ===
47
- DavidAdenaikeQuiz ,
48
- >>> > >>> 76 dab3b ( I have created a new branch adding in Homework 3 because of a merge bug on my last branch )
49
24
] ;
50
25
51
26
@Module ( {
You can’t perform that action at this time.
0 commit comments