Function default

  • Represents the main component of the client-side React application. It defines the routes for the app using the Routes and Route components from react-router-dom. The Home component is rendered when the URL path is "/" and the About component is rendered when the URL path is "/about".

    Returns Element

    The React component that defines the app routes.

Generated using TypeDoc