diff --git a/app/src/modules/builder/point/point.tsx b/app/src/modules/builder/point/point.tsx
index a1f8420..a2bddfc 100644
--- a/app/src/modules/builder/point/point.tsx
+++ b/app/src/modules/builder/point/point.tsx
@@ -1,4 +1,4 @@
-import { DragControls } from "@react-three/drei";
+import { Box, DragControls, ScreenSizer } from "@react-three/drei";
import * as Constants from "../../../types/world/worldConstants";
import BoxMaterial from "../wrappers/materials/boxMaterial";
@@ -49,26 +49,28 @@ function Point({ point }: { readonly point: Point }) {
<>
{!isSelected ? (
-
-
-
-
+
+
+
+
) : (