push code ne
This commit is contained in:
8
src/AdminNote/adminnote.module.ts
Normal file
8
src/AdminNote/adminnote.module.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { AdminNoteSchema } from './adminnote.schema';
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
@Module({
|
||||
providers: [AdminNoteSchema],
|
||||
exports: [AdminNoteSchema],
|
||||
})
|
||||
export class AdminNoteModule {}
|
||||
Reference in New Issue
Block a user