move languagecolors.js to lib

This commit is contained in:
hazycora 2023-08-02 22:00:44 -05:00
parent 13744c2002
commit e1a3a83184
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
2 changed files with 1 additions and 1 deletions

View file

@ -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