Skip to content

Commit 38320c3

Browse files
author
Ezra Nyabuti
committed
feat: add Ezra's loader to the loaders module
1 parent 3e4407d commit 38320c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lesson_10/libraries/src/loaders/loaders.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ import { AnthonyMaysLoader } from './anthony_mays_loader.js';
44
import { DylanLaffertysLoader } from './dylan_lafferty_loaders.js';
55
import { MercedesMathewsLoader } from './mercedes_mathews_loader.js';
66

7+
import { EzraNyabutiLoaders } from './ezra_nyabuti_loaders.js';
78
export const Loaders = Symbol.for('Loaders');
89

910
const LOADER_PROVIDERS = [
1011
AnthonyMaysLoader,
1112
DylanLaffertysLoader,
13+
EzraNyabutiLoaders,
1214
MercedesMathewsLoader,
1315
];
1416

0 commit comments

Comments
 (0)