mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Initial Commit Rework
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { createAction } from 'redux-actions';
|
||||
import * as types from './actionTypes';
|
||||
import pathActionHandlers from './pathActionHandlers';
|
||||
|
||||
export const fetchPaths = pathActionHandlers[types.FETCH_PATHS];
|
||||
export const updatePaths = createAction(types.UPDATE_PATHS);
|
||||
export const clearPaths = createAction(types.CLEAR_PATHS);
|
||||
Reference in New Issue
Block a user