Skip to content

Commit 6496cc6

Browse files
committed
Fix missed import
1 parent c0d87a9 commit 6496cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export { createRemote } from "./client/remote.ts";
22

33
export { respond } from "./server/response.ts";
44

5-
export { CustomError } from "./server/custom-errors.ts";
5+
export { CustomError } from "./server/custom_error.ts";
66

77
export { createRpcResponseObject } from "./server/creation.ts";
88

0 commit comments

Comments
 (0)