There was an error while loading. Please reload this page.
1 parent 9d56015 commit e726c23Copy full SHA for e726c23
1 file changed
src/index.ts
@@ -40,8 +40,8 @@ https://github.com/solid/solid
40
import * as rdf from 'rdflib' // pull in first avoid cross-refs
41
// @ts-ignore
42
import ns from './ns'
43
-import { acl, aclControl } from './acl'
44
-import { authn } from './authn'
+import { acl, aclControl } from './acl/index'
+import { authn } from './authn/index'
45
46
import create from './create'
47
0 commit comments