EXPLORER
FOLDER STRUCTURE
- src
- components
- MainComponent.js
Code Editor
function MainComponent() {
return (
[JSX HERE]
);
}