aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsSimulationWall.tsx
diff options
context:
space:
mode:
authorbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-02-06 19:41:25 -0500
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-02-06 19:41:25 -0500
commit728db020856e3ff5c11e7eabbb4fe48f10a9a490 (patch)
tree6c6dafca266d15e07ed3084741401c92d5704668 /src/client/views/nodes/PhysicsSimulationWall.tsx
parente73ee7676183bb91687130ba9147e74a5f55420c (diff)
code compiles and runs
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationWall.tsx')
-rw-r--r--src/client/views/nodes/PhysicsSimulationWall.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationWall.tsx b/src/client/views/nodes/PhysicsSimulationWall.tsx
index 2608e4772..e1f753179 100644
--- a/src/client/views/nodes/PhysicsSimulationWall.tsx
+++ b/src/client/views/nodes/PhysicsSimulationWall.tsx
@@ -1,5 +1,4 @@
-import React from "react";
-import { useState, useEffect } from "react";
+import React = require('react');
export interface Force {
magnitude: number;