Layout Routes: Routes without a path property create new nesting layout for their children, without adding any segments to the URL.
Index Routes: Index routes render into their parent's <Outlet/> at their parent's URL (like a default child route). They are configured with the index prop: