link-stack/packages/ui/index.ts

9 lines
286 B
TypeScript
Raw Normal View History

2024-04-23 13:36:51 +02:00
import { LicenseInfo } from "@mui/x-license";
LicenseInfo.setLicenseKey(
"7c9bf25d9e240f76e77cbf7d2ba58a23Tz02NjU4OCxFPTE3MTU4NjIzMzQ2ODgsUz1wcm8sTE09c3Vic2NyaXB0aW9uLEtWPTI=",
);
2024-03-17 12:58:25 +01:00
export { List } from "./components/List";
export { fonts, typography, colors } from "./styles/theme";