Fix import I hope

This commit is contained in:
Skylar Grant 2024-08-14 19:02:03 -04:00
parent 63ef0da043
commit b8038e7847
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Communicator,State } from './HestiaClasses';
import { Communicator,State } from './HestiaClasses.js';
const psState = new State();
window.onload = function() {