``add Helloworld component in Ionic mobile project``

This commit is contained in:
louiscklaw
2025-05-12 19:23:00 +08:00
parent f756fb8527
commit f4c9dbcc34

View File

@@ -0,0 +1,5 @@
function Helloworld(): React.JSX.Element {
return <>Helloworld Component</>;
}
export { Helloworld };