build gang in mui

This commit is contained in:
Olivier Gagnon
2021-10-01 15:39:56 -04:00
parent 9cbb525da3
commit 5ba7b2796d
33 changed files with 50 additions and 96 deletions
-1
View File
@@ -1,7 +1,6 @@
import { AlertEvents } from "./AlertManager";
import React from "react";
import { jsx } from "@emotion/react";
export function dialogBoxCreate(txt: string | JSX.Element): void {
if (typeof txt !== "string") {