ragflow / web /src /utils /history.ts
balibabu
feat: prevent the user from entering the knowledge base if he is not logged in (#45)
04aba1b
raw
history blame
96 Bytes
import { createBrowserHistory } from 'history';
export const history = createBrowserHistory();