mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Cleanup some imports
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
bcc9ec9c75
commit
3658204acb
10 changed files with 11 additions and 15 deletions
|
@ -7,10 +7,11 @@ import {
|
|||
Column,
|
||||
CreateDateColumn,
|
||||
Entity,
|
||||
JoinTable,
|
||||
ManyToMany,
|
||||
ManyToOne,
|
||||
PrimaryGeneratedColumn,
|
||||
} from 'typeorm';
|
||||
import { JoinTable, ManyToMany } from 'typeorm';
|
||||
|
||||
import { Note } from '../notes/note.entity';
|
||||
import { Edit } from './edit.entity';
|
||||
|
|
|
@ -10,7 +10,6 @@ import { Repository } from 'typeorm';
|
|||
|
||||
import { AuthToken } from '../auth/auth-token.entity';
|
||||
import { Author } from '../authors/author.entity';
|
||||
import { AuthorsModule } from '../authors/authors.module';
|
||||
import appConfigMock from '../config/mock/app.config.mock';
|
||||
import { NotInDBError } from '../errors/errors';
|
||||
import { Group } from '../groups/group.entity';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue