asi-calculator/features/strategies/hooks/index.tsx
Matthias Kretschmann ef1241e292
Persist user interactions (#7)
* persist all user interactions

* move localstorage logic to custom hook

* hook rewrite
2024-04-16 13:04:00 +02:00

3 lines
67 B
TypeScript

export * from './use-quote'
export * from './use-persistent-state'