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/PhysicsSimulationWedge.tsx | |
parent | d5ebbf476aeb7ce3f88e2e4c3961ffed4ed8e61a (diff) |
remove extraneous code
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationWedge.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsSimulationWedge.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationWedge.tsx b/src/client/views/nodes/PhysicsSimulationWedge.tsx index af01c1c51..0dc7751f3 100644 --- a/src/client/views/nodes/PhysicsSimulationWedge.tsx +++ b/src/client/views/nodes/PhysicsSimulationWedge.tsx @@ -1,5 +1,5 @@ import { useState, useEffect, useCallback } from "react"; -import "./Wedge.scss"; +import "./PhysicsSimulationBox.scss"; export interface IWedgeProps { startHeight: number; |