collect-system/apps/web/src/app/main/course/preview/components/coursePreviewAllmsg.tsx

7 lines
136 B
TypeScript
Raw Normal View History

2025-02-21 17:02:51 +08:00
export function coursePreviewAllmsg() {
return (
<div className="min-h-screen">
helloword
</div>
)
}