Fix for imports

This commit is contained in:
2021-05-25 21:17:15 +02:00
parent 37c9431c29
commit 2482ef02bd
5 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
"use strict";
import * as USIMP from "./usimp";
import * as USIMP from "usimp";
export class App {
account: USIMP.Account | null;

View File

@ -1,6 +1,6 @@
"use strict";
import * as Locutus from "./locutus";
import * as Locutus from "locutus";
window.addEventListener("DOMContentLoaded", () => {
// Remove <noscript> tags