fix code style

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-04-06 21:26:32 +00:00
parent 41bcedc4df
commit df4ab8a94b
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import {requestPVE, requestAPI, goToPage, getURIData, resources} from "./utils.js";
import { Dialog } from "./dialog.js";
import {Dialog} from "./dialog.js";
window.addEventListener("DOMContentLoaded", init); // do the dumb thing where the disk config refreshes every second

View File

@ -1,5 +1,5 @@
import {requestPVE, requestAPI, goToPage} from "./utils.js";
import { Dialog } from "./dialog.js";
import {Dialog} from "./dialog.js";
window.addEventListener("DOMContentLoaded", init);

View File

@ -1,5 +1,5 @@
import {requestPVE, requestAPI, goToPage, goToURL, instances, nodes} from "./utils.js";
import { Dialog } from "./dialog.js";
import {Dialog} from "./dialog.js";
export class Instance extends HTMLElement {
constructor () {