Remove unused import

This commit is contained in:
Jordan Eldredge 2021-10-28 20:40:12 -07:00
parent 6eeac392f7
commit 706b0487b9

View file

@ -10,7 +10,6 @@ import {
Middleware,
WindowPosition,
ButterchurnOptions,
Action,
} from "./types";
import getStore from "./store";
import App from "./components/App";