From 26575ebd10795745200cf34e2266dfda9bed7613 Mon Sep 17 00:00:00 2001 From: xzebra Date: Mon, 24 Jan 2022 21:46:15 +0200 Subject: [PATCH] add imports --- web/src/WarningPopup.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/WarningPopup.js b/web/src/WarningPopup.js index 55b23d6..7752967 100644 --- a/web/src/WarningPopup.js +++ b/web/src/WarningPopup.js @@ -1,5 +1,9 @@ import React from "react"; + +import { useTranslation } from "react-i18next"; + import { PopupboxManager } from "react-popupbox"; +import ReactMarkdown from 'react-markdown'; import Popup from './Popup' function WarningPopup({ warningID }) {