tweak: Re-add mime.js import

This got removed in 7006dcc31c, but we do
need it.
This commit is contained in:
Sam Atkins 2024-06-20 10:35:45 +01:00
parent 1500f84d46
commit 2355a43efa

View File

@ -18,6 +18,7 @@
*/ */
import path from "./lib/path.js" import path from "./lib/path.js"
import mime from "./lib/mime.js";
import UIAlert from './UI/UIAlert.js' import UIAlert from './UI/UIAlert.js'
import UIItem from './UI/UIItem.js' import UIItem from './UI/UIItem.js'
import UIWindowLogin from './UI/UIWindowLogin.js'; import UIWindowLogin from './UI/UIWindowLogin.js';