import Introduction from "./views/Introduction"; const Home = () => { return (
); }; export default Home;