Skip to content

Commit

Permalink
feat(lib-api): libにexport
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyco committed Nov 25, 2024
1 parent c465329 commit 3e81eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/api/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./error";
export * from "./response";
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./api";
export * from "./swr";

0 comments on commit 3e81eba

Please sign in to comment.