import { Link } from "react-router-dom"; import { Button } from "../components/Button"; function Home() { return (

Build your components in isolation

There are a lot of component libraries out there, but why it install so many things?

); } export default Home;