There was an error while loading. Please reload this page.
1 parent 54fe4aa commit 3c3b2dbCopy full SHA for 3c3b2db
2 files changed
src/acl/index.ts
@@ -15,7 +15,8 @@ import {
15
putACLbyCombo,
16
putACLObject,
17
readACL,
18
- sameACL, setACL
+ sameACL,
19
+ setACL
20
} from './acl'
21
import {
22
ACLControlBox5,
src/index.ts
@@ -40,7 +40,7 @@ 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'
+import { acl, aclControl } from './acl/index'
44
45
import authn from './signin'
46
0 commit comments