13 lines
542 B
TypeScript
13 lines
542 B
TypeScript
import { LicenseInfo } from "@mui/x-license";
|
|
|
|
LicenseInfo.setLicenseKey(
|
|
"7c9bf25d9e240f76e77cbf7d2ba58a23Tz02NjU4OCxFPTE3MTU4NjIzMzQ2ODgsUz1wcm8sTE09c3Vic2NyaXB0aW9uLEtWPTI=",
|
|
);
|
|
|
|
export { List } from "./components/List";
|
|
export { Button } from "./components/Button";
|
|
export { TextField } from "./components/TextField";
|
|
export { DisplayTextField } from "./components/DisplayTextField";
|
|
export { Select } from "./components/Select";
|
|
export { Dialog } from "./components/Dialog";
|
|
export { fonts, typography, colors } from "./styles/theme";
|