diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index c7f20afec..f4797513a 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -1,5 +1,6 @@ import { useRecoilValue } from 'recoil'; import { Layout, Button, Tabs } from 'antd'; +import { NotificationFilled, HeartFilled } from '@ant-design/icons'; import { chatVisibilityAtom, clientConfigStateAtom, @@ -77,13 +78,13 @@ export default function ContentComponent() {
{externalActionButtons} - + {}} notificationClosed={() => {}} > - +