Files
SSA-Admin-Panel/src/Pages/Support/Support.tsx
2025-01-15 12:38:29 +05:30

11 lines
177 B
TypeScript

import MainFrame from "../../components/MainFrame"
const Support = () => {
return (
<MainFrame title="Manage Support">
</MainFrame>
)
}
export default Support