mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
style(note-metadata): remove unused imports
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f63c15c1ab
commit
e09cdd5162
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ import {
|
|||
ValidateNested,
|
||||
} from 'class-validator';
|
||||
|
||||
import { GroupInfoDto } from '../groups/group-info.dto';
|
||||
import { UserInfoDto } from '../users/user-info.dto';
|
||||
|
||||
export class NoteUserPermissionEntryDto {
|
||||
/**
|
||||
* Username of the User this permission applies to
|
||||
|
|
Loading…
Reference in a new issue