diff --git a/src/showplanner/PISModal.tsx b/src/showplanner/PISModal.tsx index e93fe28..3207e4e 100644 --- a/src/showplanner/PISModal.tsx +++ b/src/showplanner/PISModal.tsx @@ -2,13 +2,15 @@ import React, { useEffect, useState } from "react"; import Modal from "react-modal"; import { getLatestNewsItem, NewsEntry } from "../api"; import { Button } from "reactstrap"; +import { FaTimes } from "react-icons/fa"; function DevWarning() { if (process.env.REACT_APP_PRODUCTION === "true") { return null; } return ( -