Migrated appUpdated reducer to RTK

This commit is contained in:
Alejandro Celaya
2022-11-04 19:39:15 +01:00
parent 26c3ea19f4
commit 85e2aab4df
3 changed files with 17 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ import tagEditReducer from '../tags/reducers/tagEdit';
import mercureInfoReducer from '../mercure/reducers/mercureInfo';
import settingsReducer from '../settings/reducers/settings';
import visitsOverviewReducer from '../visits/reducers/visitsOverview';
import appUpdatesReducer from '../app/reducers/appUpdates';
import { appUpdatesReducer } from '../app/reducers/appUpdates';
import sidebarReducer from '../common/reducers/sidebar';
import { ShlinkState } from '../container/types';