Skip to content

Commit 54815fc

Browse files
authored
🐛 s/error/base
1 parent 984de30 commit 54815fc

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
@@ -1,6 +1,6 @@
11
export * from "./response.ts";
22
export * from "./error.ts";
3-
export * from "./error.ts";
3+
export * from "./base.ts";
44
export type { Scrapbox } from "./userscript.ts";
55
import * as UserScript from "./userscript.ts";
66
export { UserScript };

0 commit comments

Comments
 (0)