mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Use import syntax for logger and config
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
dd11483f44
commit
9f284b752b
14 changed files with 98 additions and 113 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
import { createHash } from 'crypto'
|
||||
import randomColor from 'randomcolor'
|
||||
import config from './config'
|
||||
import { config } from './config'
|
||||
|
||||
// core
|
||||
export function generateAvatar (name: string): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue