RootRoute: RootRoute<
    undefined,
    {},
    AnyContext,
    AnyContext,
    {},
    undefined,
    unknown,
    unknown,
> = ...

The root route for the application, providing the base layout and outlet for all child routes.

export const RootRoute = createRootRoute({
component: Root,
});