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
ce5693459b4939042ac4bb1c71f04942ff778f4a
ce5693459b4939042ac4bb1c71f04942ff778f4a
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
()