From deaee6f6694bf504bd7b63f177ed5ba0da984a2d Mon Sep 17 00:00:00 2001 From: Max Tobias Weber Date: Wed, 25 Mar 2026 12:00:50 +0100 Subject: [PATCH] remove unused imports in TreeLayer component --- src/components/TreeLayer/TreeLayer_1.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/TreeLayer/TreeLayer_1.tsx b/src/components/TreeLayer/TreeLayer_1.tsx index e52ec0b..2a397d2 100644 --- a/src/components/TreeLayer/TreeLayer_1.tsx +++ b/src/components/TreeLayer/TreeLayer_1.tsx @@ -1,9 +1,5 @@ -import { useCallback, useEffect, useState } from "react"; +import { useEffect, useState } from "react"; import { MlSceneGraphLayer } from "@mapcomponents/deck-gl"; -import Box from "@mui/material/Box"; -import Divider from "@mui/material/Divider"; -import Paper from "@mui/material/Paper"; -import Typography from "@mui/material/Typography"; interface TreeFeature { type: "Feature";