Skip to content

Commit 2a9c725

Browse files
authored
fix: fixing merge conflicts occurring in git.
1 parent a24e49f commit 2a9c725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { DylanLaffertysLoader } from './dylan_lafferty_loaders.js';
33

44
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
55
import { JustinEklundLoader } from './justin_eklund_loader.js';
6-
6+
import { MercedesMathewsLoader } from './mercedes_mathews_loader.js';
77

88
export const Loaders = Symbol.for('Loaders');
99

10-
const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader,JustinEklundLoader];
10+
const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader,JustinEklundLoader, MercedesMathewsLoader];
1111

1212
@Module({
1313
providers: [
@@ -21,4 +21,4 @@ const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader,JustinEklundLo
2121
exports: [Loaders],
2222
})
2323
export class LoadersModule {}
24-
// got assistance from ai and copilot aswell as Meiko ,Mercedes and Dillon
24+
// got assistance from ai and copilot aswell as Meiko ,Mercedes and Dillon

0 commit comments

Comments
 (0)