Remove unused history dependency

This commit is contained in:
Justin Edmund 2020-10-20 16:50:59 -07:00
parent e78184bd12
commit 53da6f98b8

View file

@ -1,6 +1,5 @@
import React from 'react'
import ReactDOM from 'react-dom'
import { createBrowserHistory } from 'history'
import { CookiesProvider } from 'react-cookie'
import { BrowserRouter } from 'react-router-dom'