mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
import * as actions from '../constants/static';
|
|
|
|
export const setStaticConfiguration = config => ({
|
|
type: actions.SET_STATIC_CONFIGURATION,
|
|
config,
|
|
});
|