refactor source code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CenterMentorSchema } from './centermentor.schema';
|
||||
import { Module } from '@nestjs/common';
|
||||
import { UserModule } from 'src/User/user.module';
|
||||
import { CenterMentorSchema } from './centermentor.schema'
|
||||
import { Module } from '@nestjs/common'
|
||||
import { UserModule } from 'src/User/user.module'
|
||||
|
||||
@Module({
|
||||
imports: [UserModule],
|
||||
|
||||
Reference in New Issue
Block a user