perf: defer shared utility styles

This commit is contained in:
2026-06-05 19:34:36 +08:00
parent 719674b4ad
commit c42c8d4f7b
6 changed files with 5 additions and 5 deletions
@@ -9,6 +9,7 @@ import {
import { useEffect, useMemo, useRef, useState, type ChangeEvent, type DragEvent } from "react";
import type { WebViewKey } from "../../types";
import ImageMentionMenu, { getImageMentionQuery, insertImageMentionValue, type MentionImageOption } from "../ecommerce/ImageMentionMenu";
import "../../styles/pages/size-template.css";
interface SizeTemplatePageProps {
isAuthenticated?: boolean;