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/PhysicsSimulationWall.tsx | |
parent | d5ebbf476aeb7ce3f88e2e4c3961ffed4ed8e61a (diff) |
remove extraneous code
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationWall.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsSimulationWall.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationWall.tsx b/src/client/views/nodes/PhysicsSimulationWall.tsx index c63538cc0..c2d3567f1 100644 --- a/src/client/views/nodes/PhysicsSimulationWall.tsx +++ b/src/client/views/nodes/PhysicsSimulationWall.tsx @@ -1,5 +1,4 @@ import { useState, useEffect } from "react"; -import "./Weight.scss"; export interface Force { magnitude: number; |