import React from 'react'; import Introduction from './Introduction'; const Home = () => { return (
); }; export default Home;