Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
97d4387
ragflow
/
web
/
src
/
utils
/
history.ts
balibabu
feat: prevent the user from entering the knowledge base if he is not logged in (#45)
04aba1b
about 1 year ago
raw
Copy download link
history
blame
Safe
96 Bytes
import
{ createBrowserHistory }
from
'history'
;
export
const
history =
createBrowserHistory
();