mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
import { _setBackgroundConnection } from '../../ui/store/action-queue';
|
|
|
|
export const setBackgroundConnection = (backgroundConnection = {}) => {
|
|
_setBackgroundConnection(backgroundConnection);
|
|
};
|