perf: split page css from main bundle

This commit is contained in:
2026-06-05 17:19:38 +08:00
parent 53f6a02377
commit 6060705345
25 changed files with 60 additions and 23 deletions
@@ -1,4 +1,5 @@
import { useCallback, useRef, useState, type CSSProperties, type MouseEvent as ReactMouseEvent, type TouchEvent as ReactTouchEvent } from "react";
import "../../styles/pages/dialog-generator.css";
type DialogStyle = "style1" | "style2" | "style3" | "style4";