From 65a7b2b8d221c4730925b33df8887432799b5a8b Mon Sep 17 00:00:00 2001 From: bsu3338 Date: Sat, 5 Aug 2023 01:20:44 -0500 Subject: [PATCH] Update index.ts --- client/src/components/svg/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/svg/index.ts b/client/src/components/svg/index.ts index 9af2fdba26..3d80d79036 100644 --- a/client/src/components/svg/index.ts +++ b/client/src/components/svg/index.ts @@ -19,3 +19,4 @@ export { default as LinkIcon } from './LinkIcon'; export { default as DotsIcon } from './DotsIcon'; export { default as GearIcon } from './GearIcon'; export { default as TrashIcon } from './TrashIcon'; +export { default as ListeningIcon } from './ListeningIcon';