Skip to content

Commit

Permalink
fix undefined getProxiedURL error
Browse files Browse the repository at this point in the history
  • Loading branch information
Truiteseche committed Feb 10, 2024
1 parent 2bd0040 commit 7a059b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Feedback/FeedbackForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { AppContext } from "../../App";
// graphics
import PasteIcon from "../graphics/PasteIcon"
import AtWhite from "../graphics/AtWhite"
import { getProxiedURL } from "../../utils/requests";

import "./FeedbackForm.css";

Expand Down
1 change: 1 addition & 0 deletions src/components/UnsubscribeEmails/UnsubscribeEmails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "./UnsubscribeEmails.css";
// graphics
import LoadingAnimation from "../graphics/LoadingAnimation";
import { Link } from "react-router-dom";
import { getProxiedURL } from "../../utils/requests";


export default function UnsubscribeEmails({ activeUser, thonFrustre }) {
Expand Down
1 change: 1 addition & 0 deletions src/components/app/Account/Account.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { AppContext } from "../../../App";

import HolographicDiv from "../../generic/CustomDivs/HolographicDiv";
import Button from "../../generic/UserInputs/Button";
import { getProxiedURL } from "../../../utils/requests";

import "./Account.css";

Expand Down

0 comments on commit 7a059b4

Please sign in to comment.