actually did what the last commit said
This commit is contained in:
parent
2c0b155cd9
commit
2ce1919649
|
@ -28,9 +28,9 @@ const LogicGate = ({ template }: LogicGateProps) => {
|
|||
<section>
|
||||
<div className="gate-icons">
|
||||
<GateInfo template={template} />
|
||||
<GateSettings template={template} />
|
||||
{/* <GateSettings template={template} /> */}
|
||||
<AddGate template={template} />
|
||||
{/* <DeleteGateIcon template={template} /> */}
|
||||
<DeleteGateIcon template={template} />
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue