import { Button, Text, Dialog, DialogTrigger, DialogSurface, DialogTitle, DialogBody, DialogActions, DialogContent, Table, TableHeader, TableRow, TableHeaderCell, TableBody, TableCell } from "@fluentui/react-components"; import { QuestionCircleRegular } from "@fluentui/react-icons"; import React from "react"; import Generator from "../Utils/Generator"; import { loc } from "../Utils/Localization"; export default class CharacterHelpDialog extends React.Component { public render(): JSX.Element { return ( ); } }