fix(helpers) move copyText function to web.js file

It gets bundled on mobile for no reason otherwise.
This commit is contained in:
Filip Rejmus
2022-09-26 19:31:06 +02:00
committed by GitHub
parent c613082ce1
commit c3ebde18df
4 changed files with 20 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import React, { useEffect, useState } from 'react';
import Icon from '../icons/components/Icon';
import { IconCheck, IconCopy } from '../icons/svg';
import { withPixelLineHeight } from '../styles/functions.web';
import { copyText } from '../util/helpers';
import { copyText } from '../util/copyText';
const styles = (theme: Theme) => {
return {