Skip to content

Commit

Permalink
chore(modals): refactor file use a single map (#6295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mperdomo-bc committed Feb 23, 2024
1 parent 4ee3ecb commit fd08033
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 461 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { RootState } from 'data/rootReducer'

export const getModals = (state: RootState) => state.modals

export default getModals

0 comments on commit fd08033

Please sign in to comment.