11 lines
162 B
TypeScript
11 lines
162 B
TypeScript
import MainFrame from "../../components/MainFrame"
|
|
|
|
const ManagePost = () => {
|
|
return (
|
|
<MainFrame>
|
|
|
|
</MainFrame>
|
|
)
|
|
}
|
|
|
|
export default ManagePost |