Remove unused import

This commit is contained in:
Jordan Eldredge 2022-04-01 23:43:42 -07:00
parent 6f83eeddbb
commit fe14f775c1

View file

@ -1,5 +1,4 @@
import React, { useState } from "react";
import { API_URL } from "./constants";
import { getUrl } from "./redux/selectors";
import * as Actions from "./redux/actionCreators";
import { useActionCreator } from "./hooks";