- improved ui for region selector and camera settings

This commit is contained in:
2025-11-25 14:57:18 +00:00
parent 6ecb005417
commit 18124924f7
7 changed files with 133 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
import Card from "../../../../ui/Card";
const PlatePatch = () => {
return <Card>PlatePatch</Card>;
return <Card className="md:row-start-4 md:col-span-2">PlatePatch</Card>;
};
export default PlatePatch;