Const
The root route for the application, providing the base layout and outlet for all child routes.
export const RootRoute = createRootRoute({ component: Root,}); Copy
export const RootRoute = createRootRoute({ component: Root,});
The root route for the application, providing the base layout and outlet for all child routes.