diff --git a/source/components/Controls.js b/source/components/Controls.js index 76c3fc4a9..352ffac1f 100644 --- a/source/components/Controls.js +++ b/source/components/Controls.js @@ -1,10 +1,8 @@ import React from 'react' import './Controls.css' -import { LinkButton } from 'Ui/Button' import emoji from 'react-easy-emoji' import { connect } from 'react-redux' import { startConversation, hideControl } from 'Actions/actions' -import { animated, Spring } from 'react-spring' import { makeJsx } from 'Engine/evaluation' import { createMarkdownDiv } from 'Engine/marked' import withColours from './utils/withColours'