logic gate button

This commit is contained in:
Matei Adriel 2019-07-22 19:58:26 +03:00
parent 0c76f3cdf6
commit e88244bc9d
29 changed files with 518 additions and 107 deletions
src/modules/core/components

View file

@ -12,6 +12,7 @@ import Theme from '@material-ui/styles/ThemeProvider'
import Sidebar from './Sidebar'
import CreateSimulation from '../../create-simulation/components/CreateSimulation'
import Input from '../../input/components/Input'
import LogicGateModal from '../../logic-gates/components/LogicGateModal'
const App = () => {
return (
@ -22,6 +23,7 @@ const App = () => {
<Sidebar />
<CreateSimulation />
<Input />
<LogicGateModal />
</Theme>
<CssBaseline />
<ToastContainer