mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-25 12:19:11 -04:00
feat added custom pages
This commit is contained in:
11
.devcontainer/laradock/react/src/store/Feature1/FeatureAction.js
vendored
Normal file
11
.devcontainer/laradock/react/src/store/Feature1/FeatureAction.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as types from "./FeatureTypes";
|
||||
|
||||
//Replace action name and update action types
|
||||
export const actionRequest = () => ({
|
||||
type: types.GET_DATA_REQUEST
|
||||
});
|
||||
|
||||
export const actionReceive = payload => ({
|
||||
type: types.GET_DATA_REQUEST,
|
||||
payload
|
||||
});
|
||||
Reference in New Issue
Block a user