mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
export default function HelloWorld() {
|
|
return <h1>Hello world</h1>;
|
|
}
|