Skip to content

Commit

Permalink
fix: correcting bad merge
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <[email protected]>
  • Loading branch information
anthonydmays committed Oct 23, 2024
1 parent 5d4d407 commit 7a30a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lesson_10/libraries/src/loaders/loaders.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Module } from '@nestjs/common';
import { AngelicaCastilloLoader } from './angelica_castillo_loader.js';
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
import { DavidSmithLoader } from './david_smith_loader.js';
import { DwightBlueLoader } from './dwight_blue_loader.js';
import { JamesCapparellLoader } from './james_capparell_loader.js';
import { NileJacksonLoader } from './nile_jackson_loader.js';
Expand Down

0 comments on commit 7a30a9a

Please sign in to comment.