Spaces:
Runtime error
Runtime error
| import { Module } from '@nestjs/common'; | |
| import { UserAuthModule } from './auth/auth.module'; | |
| import { ProfileModule } from './profile/profile.module'; | |
| ({ | |
| imports: [UserAuthModule, ProfileModule], | |
| }) | |
| export class UserModule {} | |