11 lines
180 B
TypeScript
11 lines
180 B
TypeScript
import MainFrame from "../../components/MainFrame"
|
|
|
|
const Reporting = () => {
|
|
return (
|
|
|
|
<MainFrame title="Manage Report">
|
|
|
|
</MainFrame>
|
|
)
|
|
}
|
|
export default Reporting |