File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
lesson_10/libraries/src/loaders Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,18 @@ import { AngelicaCastilloLoader } from './angelica_castillo_loader.js';
5
5
import { HummadTanweerLoader } from './hummad_tanweer_loader.js' ;
6
6
>>> >>> > 3 c9aee8 ( Feat : Fixed two files for lesson 10 by Hummad Tanweer )
7
7
import { AnthonyMaysLoader } from './anthony_mays_loader.js' ;
8
+ < < < << << HEAD
8
9
import { JamesCapparellLoader } from './james_capparell_loader.js' ;
9
10
import { NileJacksonLoader } from './nile_jackson_loader.js' ;
10
11
import { XavierCruzLoader } from './xavier_cruz_loader.js' ;
12
+ === === =
13
+ >>> >>> > c255235 ( resloved conflicts )
11
14
12
15
export const Loaders = Symbol . for ( 'Loaders' ) ;
13
16
14
17
// Add your quiz provider here.
15
18
< < < << << HEAD
19
+ < << << << HEAD
16
20
const LOADER_PROVIDERS = [
17
21
AnthonyMaysLoader ,
18
22
AngelicaCastilloLoader ,
@@ -23,6 +27,11 @@ const LOADER_PROVIDERS = [
23
27
=== === =
24
28
const LOADER_PROVIDERS = [ HummadTanweerLoader , AnthonyMaysLoader ] ;
25
29
>>> >>> > 3 c9aee8 ( Feat : Fixed two files for lesson 10 by Hummad Tanweer )
30
+ = === ===
31
+
32
+ const LOADER_PROVIDERS = [ AnthonyMaysLoader , HummadTanweerLoader ] ;
33
+
34
+ >>> >>> > c255235 ( resloved conflicts )
26
35
27
36
@Module ( {
28
37
providers : [
You can’t perform that action at this time.
0 commit comments