Corrected import

main
Jackson Morgan 2 months ago
parent 74e527f998
commit d13139618f
  1. 2
      packages/schema-converter-shex/src/context/JsonLdContextBuilder.ts

@ -1,7 +1,7 @@
import type { Annotation, valueSetValue } from "shexj"; import type { Annotation, valueSetValue } from "shexj";
import type { ExpandedTermDefinition } from "jsonld"; import type { ExpandedTermDefinition } from "jsonld";
import type { LdoJsonldContext } from "@ldo/jsonld-dataset-proxy"; import type { LdoJsonldContext } from "@ldo/jsonld-dataset-proxy";
import { hashValueSetValue } from "./util/hashValueSetValue"; import { hashValueSetValue } from "./util/hashValueSetValue.js";
/** /**
* Name functions * Name functions

Loading…
Cancel
Save