BOD-17 Creation of new contract page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import ContractFormComponent from "../../components/contract-form/contract-form.component";
|
||||
|
||||
export default function ContractCreatePageComponent() {
|
||||
return (
|
||||
<div>
|
||||
<ContractFormComponent />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user