``add Helloworld component in Ionic mobile project
``
This commit is contained in:
5
002_source/ionic_mobile/src/components/Helloworld.tsx
Normal file
5
002_source/ionic_mobile/src/components/Helloworld.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
function Helloworld(): React.JSX.Element {
|
||||
return <>Helloworld Component</>;
|
||||
}
|
||||
|
||||
export { Helloworld };
|
Reference in New Issue
Block a user