Files
SSA-Admin-Panel/src/Pages/Support/Support.tsx

11 lines
177 B
TypeScript
Raw Normal View History

2025-01-15 12:38:29 +05:30
import MainFrame from "../../components/MainFrame"
const Support = () => {
return (
<MainFrame title="Manage Support">
</MainFrame>
)
}
export default Support