refactor(admin): replace inline avatar logic with shared UserAvatar component

This commit is contained in:
2026-04-22 15:14:07 -04:00
parent 92265f450e
commit 18270540cc
4 changed files with 52 additions and 46 deletions
+1
View File
@@ -26,3 +26,4 @@ export { default as FilterTabs } from './FilterTabs';
export { default as Breadcrumb } from './Breadcrumb';
export { default as Switch } from './Switch';
export { default as TagInput } from './TagInput';
export { default as UserAvatar } from './UserAvatar';