Skip to content

Commit 6293165

Browse files
chore: formatting/organizing imports loaders.modules
1 parent 1315a11 commit 6293165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Module } from '@nestjs/common';
22
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
33
import { XavierCruzLoader } from './xavier_cruz_loader.js';
4+
45
export const Loaders = Symbol.for('Loaders');
56

67
// Add your quiz provider here.

0 commit comments

Comments
 (0)