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,5 +1,5 @@
// see https://www.iana.org/assignments/rdap-json-values
import type {ExtendedUri, RdapStatusType, Uri} from "./types";
import type {ExtendedUri, RdapStatusType, Uri} from "@/types";
export const rdapStatusInfo: Record<RdapStatusType, string> = {
"validated": "Signifies that the data of the object instance has been found to be accurate. This type of status is usually found on entity object instances to note the validity of identifying contact information.",