fix(ui): export SECTION_META from render file

This commit is contained in:
Xu, Jingrong 2026-01-30 18:29:02 +08:00
parent 8834580441
commit badf499e2b

View File

@ -251,3 +251,5 @@ export function renderConfigForm(props: ConfigFormProps) {
</div>
`;
}
export const SECTION_META = sectionIcons;