@@ -1,12 +1,12 @@
|
||||
import React from "react";
|
||||
import CourtesyCarsListComponent from "../../components/courtesy-cars-list/courtesy-cars-list.component";
|
||||
|
||||
export default function CourtesyCarsPageComponent({ loading, data, refetch }) {
|
||||
return (
|
||||
<CourtesyCarsListComponent
|
||||
loading={loading}
|
||||
courtesycars={data}
|
||||
refetch={refetch}
|
||||
/>
|
||||
);
|
||||
export default function CourtesyCarsPageComponent({loading, data, refetch}) {
|
||||
return (
|
||||
<CourtesyCarsListComponent
|
||||
loading={loading}
|
||||
courtesycars={data}
|
||||
refetch={refetch}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user