Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ldkit/examples/todo-app-deno/import_map.json

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
File
{ "imports": { "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "@emotion/styled": "https://esm.sh/@emotion/styled", "@emotion/react": "https://esm.sh/@emotion/react",
"n3": "https://esm.sh/n3",
"ldkit": "../../../mod.ts", "ldkit/namespaces": "../../../namespaces.ts", "ldkit/sparql": "./library/sparql.ts", "ldkit/rdf": "./library/rdf.ts" }}