show map in lng lat format

This commit is contained in:
2025-12-22 09:24:29 +03:30
parent 4aeca6983f
commit 6713c97dc7
18 changed files with 60 additions and 60 deletions

View File

@@ -5,7 +5,7 @@ import ControlList from "./ControlList";
const ControlPage = () => {
return (
<Stack spacing={1}>
<PageTitle title={"کارتابل کنترل"} />
<PageTitle title={"کارتابل کنترل تردد"} />
<ControlList />
</Stack>
);