Files
shomal-hospital-ticketing-f…/app/(panel)/dashboard/page.tsx
2026-05-23 13:22:10 +03:30

11 lines
118 B
TypeScript

import { API_URL } from "@/core/constant";
export default async function Page() {
return (
<>
</>
);
}