fix(dashboard): resolve TS build errors in a11y changes

- Fix duplicate className attr in EmojiDialogs.tsx
- Replace animated.div with animated('div') in expression-reviewer and zoomable-chart to fix React 19 children type error
- Fix malformed i18n JSON (a11y namespace was outside root object)
This commit is contained in:
DrSmoothl
2026-03-05 22:10:32 +08:00
parent e3cfca17a6
commit 8f41e25696
7 changed files with 12 additions and 10 deletions

View File

@@ -473,4 +473,5 @@
"sidebarNav": "主导航",
"closeMenu": "关闭菜单",
"navigatedTo": "已导航至 {{page}}"
}
}