import { defineComponent } from "vue"; const Monitor = defineComponent({ setup() { return () => ( <>

Monitor

); }, }); export default Monitor;