We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671da74 commit fc39855Copy full SHA for fc39855
examples/http-server/src/People/Policy.ts
@@ -1,7 +1,7 @@
1
import { Effect, pipe } from "effect"
2
import type { GroupId } from "../Domain/Group.js"
3
import type { Person, PersonId } from "../Domain/Person.js"
4
-import type { policy, policyCompose, Unauthorized } from "../Domain/Policy.js"
+import { policy, policyCompose, Unauthorized } from "../Domain/Policy.js"
5
import { Groups } from "../Groups.js"
6
import { GroupsPolicy } from "../Groups/Policy.js"
7
import { People } from "../People.js"
0 commit comments