Login and artist search pages

This commit is contained in:
Rodrigo Pinto 2019-12-14 12:32:28 -05:00
commit f4dce4653f
5 changed files with 50 additions and 24 deletions

3
src/history.js Normal file
View file

@ -0,0 +1,3 @@
import { createBrowserHistory } from 'history'
export default createBrowserHistory()