From 49442baf240e208175ac1521e4993917fc71fe6b Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 4 Jul 2024 20:20:12 +0200 Subject: [PATCH] deleted unused declared thing --- src/contents/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index 182af8d4..a83d1459 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -1,6 +1,6 @@ //import { Inspirations, InspirationLink } from "../components"; /* import { Sidebar } from "react-pro-sidebar"; */ -import { Map1, Map2 } from "../components/Map1"; +import { Map1 } from "../components/Map1"; export function Home() { return ( -- GitLab