mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
AppModule: Remove unused imports
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
2b23dcc5a9
commit
ac2646a74a
1 changed files with 0 additions and 2 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue