move languagecolors.js to lib
This commit is contained in:
parent
13744c2002
commit
e1a3a83184
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import express from 'express'
|
||||
import { Eta } from 'eta'
|
||||
import render, { renderHtml } from './lib/render.js'
|
||||
import languageColors from './languagecolors.js'
|
||||
import languageColors from './lib/languagecolors.js'
|
||||
|
||||
const debug = process.env.DEBUG ? true : false
|
||||
|
||||
|
|
Loading…
Reference in a new issue