Skip to content

Commit 4d67c86

Browse files
committed
rdflib v1 no longer has a default export
1 parent 49d6d8c commit 4d67c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/peoplePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
import escape from 'escape-html'
1313
import uuid from 'node-uuid'
14-
import rdf from 'rdflib'
14+
import * as rdf from 'rdflib'
1515
// const webClient = require('solid-web-client')(rdf)
1616

1717
import { makeDropTarget } from './dragAndDrop'

0 commit comments

Comments
 (0)