Skip to content

Commit b141935

Browse files
authored
Update loaders.module.ts
1 parent 0acd2f7 commit b141935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export const Loaders = Symbol.for('Loaders');
1212
const LOADER_PROVIDERS = [
1313
AnthonyMaysLoader,
1414
AngelicaCastilloLoader,
15+
DwightBlueLoader,
1516
JamesCapparellLoader,
1617
NileJacksonLoader,
1718
XavierCruzLoader,
18-
DwightBlueLoader,
1919
];
2020

2121
@Module({

0 commit comments

Comments
 (0)