From fe14f775c17da9aa026190e94f43eb22fb1bcf7d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 1 Apr 2022 23:43:42 -0700 Subject: [PATCH] Remove unused import --- src/Feedback.js | 1 - 1 file changed, 1 deletion(-) 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";