From 1f86be2b95e4baf637692a7d8ca0ec2d0889e8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Celine=20P=C3=B6hl?= Date: Mon, 3 Jun 2024 17:15:49 +0200 Subject: [PATCH] Small change for linting check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Celine Pöhl --- frontend/src/components/MapView/MapOptions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/MapView/MapOptions.tsx b/frontend/src/components/MapView/MapOptions.tsx index b23f2c7e..a6c3d148 100644 --- a/frontend/src/components/MapView/MapOptions.tsx +++ b/frontend/src/components/MapView/MapOptions.tsx @@ -1,6 +1,6 @@ //import { useState } from "react"; -import { Stack } from "@phosphor-icons/react"; -import { useState } from "react"; +//import { Stack } from "@phosphor-icons/react"; +//import { useState } from "react"; import { ArrowsClockwise } from "@phosphor-icons/react"; import "./MapOptions.css"; import { Tooltip } from "@mui/material";