mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
tweak: Re-add mime.js import
This got removed in 7006dcc31c
, but we do
need it.
This commit is contained in:
parent
1500f84d46
commit
2355a43efa
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user