mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Fix error import
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
dd4ea6f488
commit
0ca8e2dc7d
6 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ import LZString from 'lz-string'
|
|||
// core
|
||||
import { logger } from './logger'
|
||||
import { Note, User } from './models'
|
||||
import errors from './errors'
|
||||
import { errors } from './errors'
|
||||
|
||||
// public
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue