Use absolute @/ style imports

- remove index.html
This commit is contained in:
Xevion
2023-01-14 14:27:55 -06:00
parent fb337b9a4c
commit b1db1fea8a
7 changed files with 34 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
import ipaddr from "ipaddr.js";
import {registryURLs, rdapStatusInfo, placeholders} from "./constants";
import type {Uri} from "./types";
import {rdapStatusInfo, registryURLs} from "@/constants";
import type {Uri} from "@/types";
// keeps track of how many registries we've loaded
let loadedRegistries = 0;