Skip to content

No Home Component for / Route #58

Open
@naman9271

Description

@naman9271

Issue: No Home Component for / Route

Description

Currently, the GDB-UI project does not have a defined route for /, causing a "No routes matched location /" error. The root route is set to /debug, but there is no landing page when visiting /.

Proposed Solution

  • Create a new Home component that serves as the landing page.
  • Add a "Let's Debug" button in the Home component, which redirects users to the /debug route.
  • Update the route configuration in App.js (or equivalent file) to include:
    • / → Renders the Home component.
    • /debug → Renders the existing debug component.

This will improve user experience and ensure a valid route for /. Let me know if any modifications are required!

Image


  • Yes, I am willing to Submit a PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions