Skip to content

Commit 400d791

Browse files
committed
PeopleRepo is not a type
1 parent e2812fb commit 400d791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http-server/src/People.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { GroupId } from "./Domain/Group.js"
44
import type { PersonId } from "./Domain/Person.js"
55
import { Person, PersonNotFound } from "./Domain/Person.js"
66
import { policyRequire } from "./Domain/Policy.js"
7-
import type { PeopleRepo } from "./People/Repo.js"
7+
import { PeopleRepo } from "./People/Repo.js"
88
import { SqlLive } from "./Sql.js"
99

1010
export class People extends Effect.Service<People>()("People", {

0 commit comments

Comments
 (0)