mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 15:44:45 -04:00
Move session entity to sessions folder
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
eeef0ea025
commit
f362d27d3f
23 changed files with 26 additions and 26 deletions
|
@ -19,7 +19,7 @@ import { NoteGroupPermission } from './permissions/note-group-permission.entity'
|
|||
import { NoteUserPermission } from './permissions/note-user-permission.entity';
|
||||
import { Edit } from './revisions/edit.entity';
|
||||
import { Revision } from './revisions/revision.entity';
|
||||
import { Session } from './users/session.entity';
|
||||
import { Session } from './sessions/session.entity';
|
||||
import { User } from './users/user.entity';
|
||||
import { hashPassword } from './utils/password';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue