mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-26 11:35:42 +00:00
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 13m55s
11 lines
199 B
TypeScript
11 lines
199 B
TypeScript
import DevicesForPayment from "@/components/devices-for-payment";
|
|
import React from "react";
|
|
|
|
export default async function DevicesToPay() {
|
|
return (
|
|
<div>
|
|
<DevicesForPayment />
|
|
</div>
|
|
);
|
|
}
|