aboutsummaryrefslogtreecommitdiff
path: root/src/Layout.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-03 22:57:47 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-03 22:57:47 +0100
commit647e69e9c3afb317885fbc04e609e9b3b945941a (patch)
tree4ec5c2e30fedbb1131b419a335bfcaf24247a81f /src/Layout.tsx
parent2e90c813d0cf924bb9e8b383c1202aae15b14684 (diff)
Manually add pin icon
Diffstat (limited to 'src/Layout.tsx')
-rw-r--r--src/Layout.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Layout.tsx b/src/Layout.tsx
index 30db47b..de5a16a 100644
--- a/src/Layout.tsx
+++ b/src/Layout.tsx
@@ -1,7 +1,6 @@
import { ReactNode } from 'react';
import { Link, useLocation } from 'react-router';
import { MapPin, Map, Info } from 'lucide-react';
-import { useTheme } from './ThemeContext';
import './Layout.css';
interface LayoutProps {