first commit
This commit is contained in:
9
frontend/app/main/configuration/fx-rate/page.tsx
Normal file
9
frontend/app/main/configuration/fx-rate/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import FXRateDataTable from "./components/fx-rate-table";
|
||||
|
||||
export default async function CompanyData() {
|
||||
return (
|
||||
<div className="py-4 space-y-4 w-full h-full">
|
||||
<FXRateDataTable />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user