Function-based Component

PHOTO EMBED

Thu Aug 24 2023 14:03:35 GMT+0000 (Coordinated Universal Time)

Saved by @Remi

import React from 'react';
const App = () => {
    return(
     /* <div>JSX</div> */
    )
}
exports default App;
content_copyCOPY