core/ui: improve frontend build size (#5109)

* core/ui: improve frontend build size

* remove luxon

* add lodash

* remove console.log

* only generate sourcemap when watching
This commit is contained in:
Caleb Doxsey 2024-05-09 07:10:00 -06:00 committed by GitHub
parent d225288ab3
commit ab388211f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 358 additions and 297 deletions

View file

@ -1,10 +1,12 @@
import Alert from "@mui/material/Alert";
import Table from "@mui/material/Table";
import TableBody from "@mui/material/TableBody";
import TableCell from "@mui/material/TableCell";
import TableContainer from "@mui/material/TableContainer";
import TableHead from "@mui/material/TableHead";
import TableRow from "@mui/material/TableRow";
import {
Alert,
Table,
TableBody,
TableCell,
TableContainer,
TableHead,
TableRow,
} from "@mui/material";
import React, { FC } from "react";
import { Group } from "../types";