Feature/show car details

This commit is contained in:
2024-11-23 10:58:27 +00:00
committed by AmirHossein Mahmoodi
parent 67212fe16e
commit 77edae4880
7 changed files with 331 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
import TestPage from "@/components/dashboard/carDetails";
const Page = () => {
return <TestPage />;
};
export default Page;