logic gate button
This commit is contained in:
parent
0c76f3cdf6
commit
e88244bc9d
29 changed files with 518 additions and 107 deletions
src/modules/core/components
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue