mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
import {ADD_EXTERNAL_CONFIG} from '../constants/config';
|
|
|
|
export const addExternalConfig = config => ({
|
|
type: ADD_EXTERNAL_CONFIG,
|
|
config
|
|
});
|