This commit is contained in:
Olivier Gagnon
2022-04-13 00:27:43 -04:00
parent 16dd31331d
commit d895124267
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { Table, TableBody, TableRow } from "@mui/material";
import { TableBody, TableRow } from "@mui/material";
import * as React from "react";
import { ActiveFragment } from "../ActiveFragment";
import { IStaneksGift } from "../IStaneksGift";

View File

@@ -7,10 +7,6 @@ import { IStaneksGift } from "../IStaneksGift";
import { Info } from "@mui/icons-material";
import { dialogBoxCreate } from "../../ui/React/DialogBox";
import Typography from "@mui/material/Typography";
import Box from "@mui/material/Box";
import { Table } from "@mui/material";
import { Grid } from "./Grid";
import { DummyGift } from "../DummyGift";
import { ActiveFragment } from "../ActiveFragment";
import { Fragments } from "../Fragment";
import { DummyGrid } from "./DummyGrid";