- more addition bugfixes

This commit is contained in:
2025-11-04 15:29:48 +00:00
parent 61894c0c42
commit c127ce8a8c
9 changed files with 87 additions and 62 deletions

View File

@@ -4,7 +4,7 @@ import { Toaster } from "sonner";
import { useState } from "react";
const RearCamera = () => {
const [zoomLevel, setZoomLevel] = useState<number>(1);
const [zoomLevel, setZoomLevel] = useState<number | undefined>(1);
return (
<div className="mx-auto flex flex-col lg:flex-row gap-2 px-1 sm:px-2 lg:px-0 w-full min-h-screen">
<CameraSettings