From a1d95b3685cffb6a9344d0d1e5505dd391193f16 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 15 Sep 2017 12:53:26 +0200 Subject: Implement experiment list and add --- src/components/simulations/NewSimulationButton.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/components/simulations/NewSimulationButton.js (limited to 'src/components/simulations/NewSimulationButton.js') diff --git a/src/components/simulations/NewSimulationButton.js b/src/components/simulations/NewSimulationButton.js deleted file mode 100644 index 468f7678..00000000 --- a/src/components/simulations/NewSimulationButton.js +++ /dev/null @@ -1,16 +0,0 @@ -import PropTypes from 'prop-types'; -import React from 'react'; -import './NewSimulationButton.css'; - -const NewSimulationButton = ({onClick}) => ( -
- - New Simulation -
-); - -NewSimulationButton.propTypes = { - onClick: PropTypes.func.isRequired, -}; - -export default NewSimulationButton; -- cgit v1.2.3