Skip to content

Commit

Permalink
Fix StoreService types (#653)
Browse files Browse the repository at this point in the history
Fix store types
  • Loading branch information
jeffdaley committed Mar 18, 2024
1 parent 6f50b29 commit 3f52210
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions web/app/services/store.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { default } from "./_store";
export * from "./_store";
2 changes: 2 additions & 0 deletions web/app/services/store.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { default } from "./_store";
export * from "./_store";

0 comments on commit 3f52210

Please sign in to comment.