aboutsummaryrefslogtreecommitdiff
path: root/src/Layout.tsx
diff options
context:
space:
mode:
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 {