mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
refactor(redux): migrate to RTK2 store definition
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
8b501915f5
commit
d840a6f0b1
66 changed files with 526 additions and 846 deletions
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
import type { ApplicationState } from '../../redux/application-state'
|
||||
import type { ApplicationState } from '../../redux'
|
||||
import equal from 'fast-deep-equal'
|
||||
import { useSelector } from 'react-redux'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue