This commit is contained in:
Matei Adriel 2019-07-25 22:59:52 +03:00
commit f47e1a4cc2
13 changed files with 97 additions and 146 deletions
src/modules/core/components

View file

@ -13,10 +13,14 @@ import Sidebar from './Sidebar'
import CreateSimulation from '../../create-simulation/components/CreateSimulation'
import Input from '../../input/components/Input'
import LogicGateModal from '../../logic-gates/components/LogicGateModal'
import Head from './Head'
const App = () => {
return (
<>
<Head />
<CssBaseline />
<Theme theme={muiTheme}>
<CssBaseline />
<Canvas />
@ -25,7 +29,7 @@ const App = () => {
<Input />
<LogicGateModal />
</Theme>
<CssBaseline />
<ToastContainer
position="top-left"
autoClose={5000}