Add auth icon to chat menu. Closes #1879

This commit is contained in:
Gabe Kangas
2022-04-25 15:34:19 -07:00
parent 6ee88f8a7d
commit 7a503fc282
3 changed files with 25 additions and 2 deletions
+1
View File
@@ -4,3 +4,4 @@ export { EditIcon } from './EditIcon.js';
export { CheckIcon } from './CheckIcon.js';
export { CloseIcon } from './CloseIcon.js';
export { CaretDownIcon } from './CaretDownIcon.js';
export { AuthIcon } from './AuthIcon.js';