feat: reduce first load js size from 500kb to 85kb

This commit is contained in:
Yifei Zhang
2023-03-20 15:11:04 +00:00
parent f5aef317df
commit ce5abac9fb
4 changed files with 77 additions and 10 deletions

View File

@@ -2,7 +2,6 @@ import styles from "./ui-lib.module.scss";
import LoadingIcon from "../icons/three-dots.svg";
import CloseIcon from "../icons/close.svg";
import { createRoot } from 'react-dom/client'
import { IconButton } from "./button";
export function Popover(props: {
children: JSX.Element;