Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
online-quiz-react
14e5daa2e622a1646bb3053c838f4e73b2ac03cb
14e5daa2e622a1646bb3053c838f4e73b2ac03cb
Switch branch/tag
online-quiz-react
src
history.js
Find file
Normal view
History
Permalink
history.js
83 Bytes
Edit
Web IDE
Newer
Older
home
Jiwon Yoon
committed
Jul 29, 2020
1
2
3
import
{
createBrowserHistory
as
history
}
from
'
history
'
;
export
default
history
()