mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export const HelloWorld = () => {
|
||
return <div>你好,世界</div>;
|
||
};
|