Skip to content

Commit fc39855

Browse files
authored
Fix http-server import error (#70)
1 parent 671da74 commit fc39855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http-server/src/People/Policy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Effect, pipe } from "effect"
22
import type { GroupId } from "../Domain/Group.js"
33
import type { Person, PersonId } from "../Domain/Person.js"
4-
import type { policy, policyCompose, Unauthorized } from "../Domain/Policy.js"
4+
import { policy, policyCompose, Unauthorized } from "../Domain/Policy.js"
55
import { Groups } from "../Groups.js"
66
import { GroupsPolicy } from "../Groups/Policy.js"
77
import { People } from "../People.js"

0 commit comments

Comments
 (0)