Files
ipd-shomalhospital/src/ui/components/Footer.tsx
2025-11-18 18:45:28 +03:30

6 lines
81 B
TypeScript

import React from "react";
export default function Footer() {
return <></>;
}