- 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

@@ -57,3 +57,7 @@ export type InitialValuesFormErrors = {
};
export type FormTypes = BearerTypeFields & OptionalConstants & OptionalLaneIDs;
export type PaintedCell = {
colour: string;
};