1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Move RootFolderAppState to root AppState

This commit is contained in:
Bogdan
2023-08-03 14:40:15 +03:00
committed by Mark McDowall
parent 45a72c7918
commit 5e1b46d2aa
4 changed files with 15 additions and 8 deletions
@@ -1,5 +1,5 @@
import { createSelector } from 'reselect';
import { RootFolderAppState } from 'App/State/SettingsAppState';
import RootFolderAppState from 'App/State/RootFolderAppState';
import createSortedSectionSelector from 'Store/Selectors/createSortedSectionSelector';
import RootFolder from 'typings/RootFolder';