diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-01-30 14:29:43 -0500 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-01-30 14:29:43 -0500 |
commit | 136d946b88ff817c2dd738553ddb2aea0a11f0e7 (patch) | |
tree | 7b3dac455b5151dd347a85ff07dfb753fb29c5f6 /src/client/views/nodes/PhysicsSimulationWeight.tsx | |
parent | d5ebbf476aeb7ce3f88e2e4c3961ffed4ed8e61a (diff) |
remove extraneous code
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationWeight.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsSimulationWeight.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationWeight.tsx b/src/client/views/nodes/PhysicsSimulationWeight.tsx index 227f20901..cc024f29a 100644 --- a/src/client/views/nodes/PhysicsSimulationWeight.tsx +++ b/src/client/views/nodes/PhysicsSimulationWeight.tsx @@ -1,4 +1,3 @@ -import { InputAdornment, TextField } from "@mui/material"; import { useEffect, useState } from "react"; import { IWallProps } from "./PhysicsSimulationWall"; import { Wedge } from "./PhysicsSimulationWedge"; |