car details permission

This commit is contained in:
2024-12-08 13:48:46 +03:30
parent 7320c00581
commit 37c01ad927
3 changed files with 9 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import AzmayeshList from "./AzmayeshList";
const AzmayeshPage = () => {
return (
<Stack spacing={1}>
<PageTitle title={"آزمایشات"} />
<PageTitle title={"آزمایشات (OPTS)"} />
<AzmayeshList />
</Stack>
);