How to create a child route of an index route?

I want to render an index route (
/
) and have a child route at /verify that renders a modal. Is there a way to achieve that using file-based routing?
Was this page helpful?