Skip to content

Commit

Permalink
Merge fbd2fea into 1812567
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Jan 24, 2018
2 parents 1812567 + fbd2fea commit 2c0f7d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/05-sql-typeorm/src/app.module.ts
@@ -1,8 +1,6 @@
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';

import { PhotoModule } from './photo/photo.module';
import { Photo } from './photo/photo.entity';

@Module({
imports: [TypeOrmModule.forRoot(), PhotoModule],
Expand Down

0 comments on commit 2c0f7d2

Please sign in to comment.