mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 09:03:47 +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,
|
|
});
|