Skip to content

Instantly share code, notes, and snippets.

@onwuvic
Created May 11, 2020 07:32
Show Gist options
  • Save onwuvic/5a3070304292faefa78f6012040a189f to your computer and use it in GitHub Desktop.
Save onwuvic/5a3070304292faefa78f6012040a189f to your computer and use it in GitHub Desktop.
import { Module } from '@nestjs/common';
import { PostsModule } from './posts/posts.module';
@Module({
imports: [PostsModule],
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment