6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
import MonitorPageContent from "./MonitorPageContent";
|
|
|
|
export default function MonitorPage() {
|
|
return <MonitorPageContent />;
|
|
}
|