From 53da6f98b85c15c1142d1bdbcb219dfa2173ec0b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 20 Oct 2020 16:50:59 -0700 Subject: [PATCH] Remove unused history dependency --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 8cd86392..4e678cc9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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'