Const
Internal
The memory history instance for the router, initialized with the root path.
export const history = createMemoryHistory({ initialEntries: ["/"],}); Copy
export const history = createMemoryHistory({ initialEntries: ["/"],});
The memory history instance for the router, initialized with the root path.