Skip to content

Commit

Permalink
add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xzebra committed Jan 24, 2022
1 parent 508e14e commit 26575eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/WarningPopup.js
Original file line number Diff line number Diff line change
@@ -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 }) {
Expand Down

0 comments on commit 26575eb

Please sign in to comment.