From b4bdf9fde013bb7ff9579693b64ff575f7b00e44 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 7 Jul 2020 09:55:10 +0200 Subject: Rename simulations to projects and remove experiment view --- .../simulations/NewSimulationButtonComponent.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 frontend/src/components/simulations/NewSimulationButtonComponent.js (limited to 'frontend/src/components/simulations/NewSimulationButtonComponent.js') diff --git a/frontend/src/components/simulations/NewSimulationButtonComponent.js b/frontend/src/components/simulations/NewSimulationButtonComponent.js deleted file mode 100644 index d07a6419..00000000 --- a/frontend/src/components/simulations/NewSimulationButtonComponent.js +++ /dev/null @@ -1,17 +0,0 @@ -import PropTypes from 'prop-types' -import React from 'react' - -const NewSimulationButtonComponent = ({ onClick }) => ( -
-
- - New Simulation -
-
-) - -NewSimulationButtonComponent.propTypes = { - onClick: PropTypes.func.isRequired, -} - -export default NewSimulationButtonComponent -- cgit v1.2.3