From 1cb75092991314cec8e3c9ab0cb6423472dc0763 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 25 Sep 2020 03:38:28 -0700 Subject: [PATCH] Create history.tsx --- src/utils/history.tsx | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/utils/history.tsx diff --git a/src/utils/history.tsx b/src/utils/history.tsx new file mode 100644 index 00000000..60b12740 --- /dev/null +++ b/src/utils/history.tsx @@ -0,0 +1,2 @@ +import { createBrowserHistory } from 'history' +export default createBrowserHistory(); \ No newline at end of file