diff --git a/src/Feedback.js b/src/Feedback.js index 8e8b2554..51ec76a7 100644 --- a/src/Feedback.js +++ b/src/Feedback.js @@ -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";