import { ethers } from 'ethers' export default ({ app }, inject) => { inject('ethers', ethers) }