mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 22:39:10 +08:00
Merge branch 'develop' into 490-dashboard
This commit is contained in:
commit
bdcc997672
@ -1,4 +1,8 @@
|
|||||||
import { applyMiddleware, compose, createStore } from 'redux';
|
import {
|
||||||
|
applyMiddleware,
|
||||||
|
compose,
|
||||||
|
legacy_createStore as createStore,
|
||||||
|
} from 'redux';
|
||||||
import thunk, { ThunkMiddleware } from 'redux-thunk';
|
import thunk, { ThunkMiddleware } from 'redux-thunk';
|
||||||
import AppActions from 'types/actions';
|
import AppActions from 'types/actions';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user