apply stashed change before merge bradley

This commit is contained in:
2025-09-10 09:05:47 +01:00
parent 4fd3bd4319
commit db49221a2b
8 changed files with 21 additions and 34 deletions

View File

@@ -2,6 +2,7 @@ import { useNavigate } from "react-router";
import { useSwipeable } from "react-swipeable";
import OverviewVideoContainer from "../components/FrontCameraSettings/OverviewVideoContainer";
import CameraSettings from "../components/CameraSettings/CameraSettings";
import { Toaster } from "sonner";
const RearCamera = () => {
const navigate = useNavigate();
@@ -21,6 +22,7 @@ const RearCamera = () => {
side={"TargetDetectionRear"}
settingsPage={true}
/>
<Toaster />
</div>
);
};