Skip to content

Commit

Permalink
Split catalog explorer into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 13, 2023
1 parent 86e1ed9 commit 7c7dbef
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 356 deletions.
356 changes: 0 additions & 356 deletions web/src/core/usecases/catalogExplorer.ts

This file was deleted.

3 changes: 3 additions & 0 deletions web/src/core/usecases/catalogExplorer/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from "./state";
export * from "./selectors";
export * from "./thunks";
Loading

0 comments on commit 7c7dbef

Please sign in to comment.