upgraded redux store to typescript

This commit is contained in:
andres alcocer
2022-11-25 16:45:52 -05:00
parent 510343d772
commit f12c466c6c
30 changed files with 778 additions and 165 deletions

4
types/custom.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.svg' {
const content: any
export default content
}