Skip to content

Commit 0acd2f7

Browse files
committed
feat: loaders module file By Dwight Blue
1 parent f22a87d commit 0acd2f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ export const Loaders = Symbol.for('Loaders');
1111
// Add your quiz provider here.
1212
const LOADER_PROVIDERS = [
1313
AnthonyMaysLoader,
14-
1514
AngelicaCastilloLoader,
1615
JamesCapparellLoader,
1716
NileJacksonLoader,
1817
XavierCruzLoader,
1918
DwightBlueLoader,
20-
,
2119
];
2220

2321
@Module({

0 commit comments

Comments
 (0)