Variable historyConst Internal

history: RouterHistory = ...

The memory history instance for the router, initialized with the root path.

export const history = createMemoryHistory({
initialEntries: ["/"],
});