Skip to content

Commit e726c23

Browse files
megothArne Hassel
authored andcommitted
Need to import specifically from index
1 parent 9d56015 commit e726c23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ https://github.com/solid/solid
4040
import * as rdf from 'rdflib' // pull in first avoid cross-refs
4141
// @ts-ignore
4242
import ns from './ns'
43-
import { acl, aclControl } from './acl'
44-
import { authn } from './authn'
43+
import { acl, aclControl } from './acl/index'
44+
import { authn } from './authn/index'
4545
// @ts-ignore
4646
import create from './create'
4747
// @ts-ignore

0 commit comments

Comments
 (0)