mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:09:26 +08:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
import { MERGE_CONFIG } from '../constants/config';
|
|
|
|
export const mergeConfig = config => ({
|
|
type: MERGE_CONFIG,
|
|
config,
|
|
});
|