diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index fc85ceb..a5452e3 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -60,9 +60,8 @@ function AppContent() {
} /> - } > - } /> - + } /> + } /> } /> } /> diff --git a/frontend/src/components/TravelMate.tsx b/frontend/src/components/TravelMate.tsx index 8de19e7..001be15 100644 --- a/frontend/src/components/TravelMate.tsx +++ b/frontend/src/components/TravelMate.tsx @@ -1,7 +1,7 @@ import { useEffect } from 'react'; import { motion } from 'framer-motion'; import { useLanguage } from '../contexts/LanguageContext'; -import { Link, Outlet } from 'react-router-dom'; +import { Link } from 'react-router-dom'; import { Shield, Smartphone, Map, DollarSign, Users, Globe, Code } from 'lucide-react'; import appIcon from '../assets/app_icon.png'; @@ -280,7 +280,7 @@ const TravelMate = () => { - + );