From 36af02a6afbcd608eeba906ef133e58df0214bb7 Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 2 Oct 2018 16:35:15 +0000 Subject: [PATCH] :sparkles: Imports inutiles --- source/components/Controls.js | 2 -- 1 file changed, 2 deletions(-) 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'