mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-10 18:08:15 -06:00
Use absolute @/ style imports
- remove index.html
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user