mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
import * as actions from '../../ui/store/actions';
|
|
|
|
export const setBackgroundConnection = (backgroundConnection = {}) => {
|
|
actions._setBackgroundConnection(backgroundConnection);
|
|
};
|