import FrontCameraOverviewCard from "../components/FrontCameraOverview/FrontCameraOverviewCard"; import RearCameraOverviewCard from "../components/RearCameraOverview/RearCameraOverviewCard"; import SightingHistoryWidget from "../components/SightingsWidget/SightingWidget"; import { SightingFeedProvider } from "../context/providers/SightingFeedProvider"; const Dashboard = () => { const folkestoneUrl = import.meta.env.VITE_FOLKESTONE_URL; const outsideCamUrl = import.meta.env.VITE_MAV_URL; return (