AppModule: Remove unused imports

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-10-24 11:49:19 +02:00
parent 2b23dcc5a9
commit ac2646a74a
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -1,7 +1,5 @@
import { Module } from '@nestjs/common'; import { Module } from '@nestjs/common';
import { ServeStaticModule } from '@nestjs/serve-static';
import { TypeOrmModule } from '@nestjs/typeorm'; import { TypeOrmModule } from '@nestjs/typeorm';
import { join } from 'path';
import { PublicApiModule } from './api/public/public-api.module'; import { PublicApiModule } from './api/public/public-api.module';
import { AuthorsModule } from './authors/authors.module'; import { AuthorsModule } from './authors/authors.module';
import { GroupsModule } from './groups/groups.module'; import { GroupsModule } from './groups/groups.module';