mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Move src/lib/utils.ts to src/lib/utils/functions.ts
We probably don't want a utils directory and a utils file. Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
20fbb39b3e
commit
e05191eeed
6 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@ import { Author, Note, Revision, User } from './models'
|
|||
import { NoteAuthorship } from './models/note'
|
||||
import { PhotoProfile } from './utils/PhotoProfile'
|
||||
import { EditorSocketIOServer } from './ot/editor-socketio-server'
|
||||
import { mapToObject } from './utils'
|
||||
import { mapToObject } from './utils/functions'
|
||||
|
||||
export type SocketWithNoteId = Socket & { noteId: string }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue