Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Mar 24, 2024
1 parent 5c7a183 commit c162dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list-address-books.mjs
@@ -1,5 +1,5 @@
import ContactsModuleRdfLib from './node_modules/@solid-data-modules/contacts-rdflib/dist/index.js';
import {Fetcher, graph, UpdateManager} from "./node_modules/rdflib/dist/rdflib.min.js;
import {Fetcher, graph, UpdateManager} from "./node_modules/rdflib/dist/rdflib.min.js";

document.querySelector('list-address-books').onclick = async function () {
const store = graph()
Expand Down

0 comments on commit c162dce

Please sign in to comment.