import { defineComponent } from "vue"; export default defineComponent({ name: 'CoursewarePlay', setup() { return () => <div></div> } })