diff --git a/src/app/components/Balance.jsx b/src/app/components/Balance.jsx index 12019c9..6016272 100644 --- a/src/app/components/Balance.jsx +++ b/src/app/components/Balance.jsx @@ -5,6 +5,7 @@ import { AppContext } from '../store/createContext' import { cryptoFormatter } from '../../utils' import './Balance.css' import { fadeIn } from './Animations' +import { cryptoFormatter } from '../../utils' const Animation = posed.h1(fadeIn) diff --git a/src/app/components/Ticker.jsx b/src/app/components/Ticker.jsx index 88ea657..a2eb431 100644 --- a/src/app/components/Ticker.jsx +++ b/src/app/components/Ticker.jsx @@ -4,6 +4,7 @@ import { AppContext } from '../store/createContext' import { cryptoFormatter } from '../../utils' import './Ticker.css' import { fadeIn } from './Animations' +import { cryptoFormatter } from '../../utils' const Item = posed.div(fadeIn) diff --git a/src/app/components/Touchbar.js b/src/app/components/Touchbar.js deleted file mode 100644 index 9d8d923..0000000 --- a/src/app/components/Touchbar.js +++ /dev/null @@ -1,49 +0,0 @@ -import React, { PureComponent } from 'react' -import PropTypes from 'prop-types' -import { TouchBar, Button } from 'react-touchbar-electron' -import { cryptoFormatter } from '../../utils' -import { AppContext } from '../store/createContext' - -const TouchbarItems = ({ prices, currency, toggleCurrencies, accentColor }) => ( - <> -