Skip to content

Commit

Permalink
re-export: gql util
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Jul 12, 2023
1 parent 8244c80 commit f8f9971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type * from "./requests/products_in_collection.js"
export type * from "./requests/shop.js"
export type * from "./requests/tags.js"

export * from "./utils/errors.js"
export * from "./utils/concurrent.js"
export * from "./utils/errors.js"
export * from "./utils/gql.js"

0 comments on commit f8f9971

Please sign in to comment.