import Intro from './components/Intro'; const App = () => { return ( <> <Intro /> </> ); }; export default App;