fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2025-04-20 16:32:10 +03:30
parent 8e2017d291
commit 624e453084
6 changed files with 52 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ import TollHouseList from "./TollHouseList";
const TollHousePage = () => {
return (
<Stack spacing={1}>
<PageTitle title={"فهرست راهدارخانه ها"} />
<PageTitle title={"لیست راهدارخانه ها"} />
<TollHouseList />
</Stack>
);