apply stashed change before merge bradley
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user