BOD-17 Added Contracts list page + updates and bugfixes on other pages.
This commit is contained in:
10
client/src/pages/contracts/contracts.page.component.jsx
Normal file
10
client/src/pages/contracts/contracts.page.component.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import ContractsList from "../../components/contracts-list/contracts-list.component";
|
||||
|
||||
export default function ContractsPageComponent({ loading, data }) {
|
||||
return (
|
||||
<div>
|
||||
<ContractsList loading={loading} contracts={data} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user