Skip to content

Commit

Permalink
Update loaders.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydmays authored Oct 23, 2024
1 parent 0acd2f7 commit b141935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson_10/libraries/src/loaders/loaders.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export const Loaders = Symbol.for('Loaders');
const LOADER_PROVIDERS = [
AnthonyMaysLoader,
AngelicaCastilloLoader,
DwightBlueLoader,
JamesCapparellLoader,
NileJacksonLoader,
XavierCruzLoader,
DwightBlueLoader,
];

@Module({
Expand Down

0 comments on commit b141935

Please sign in to comment.