diff --git a/frontend/src/api/recipe.js b/frontend/src/api/recipe.js index c95868b34f73..76d8a5e4bf31 100644 --- a/frontend/src/api/recipe.js +++ b/frontend/src/api/recipe.js @@ -1,5 +1,4 @@ import { baseURL } from "./api-utils"; -import { baseURL } from "./api-utils"; import { apiReq } from "./api-utils"; import { store } from "../store/store"; import { router } from "../main";