mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Initial Commit Rework
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import * as types from './actionTypes';
|
||||
import rootFolderActionHandlers from './rootFolderActionHandlers';
|
||||
|
||||
export const fetchRootFolders = rootFolderActionHandlers[types.FETCH_ROOT_FOLDERS];
|
||||
export const addRootFolder = rootFolderActionHandlers[types.ADD_ROOT_FOLDER];
|
||||
export const deleteRootFolder = rootFolderActionHandlers[types.DELETE_ROOT_FOLDER];
|
||||
Reference in New Issue
Block a user