mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
939a34f16c
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
import * as actions from '../../ui/app/store/actions';
|
|||
|
|||
export const setBackgroundConnection = (backgroundConnection = {}) => {
|
|||
actions._setBackgroundConnection(backgroundConnection);
|
|||
};
|