Feature/show car details
This commit is contained in:
7
src/app/(withAuth)/dashboard/car-details/page.js
Normal file
7
src/app/(withAuth)/dashboard/car-details/page.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import TestPage from "@/components/dashboard/carDetails";
|
||||
|
||||
const Page = () => {
|
||||
return <TestPage />;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user