From b91f5df89f3a41d839aeb08a1ab009429b163031 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 16 Apr 2025 12:22:16 +0200 Subject: [PATCH] ui: fix imports for eventsblock --- frontend/app/components/Session_/EventsBlock/EventsBlock.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx b/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx index 8b37a2819..fa206ebda 100644 --- a/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx +++ b/frontend/app/components/Session_/EventsBlock/EventsBlock.tsx @@ -13,8 +13,8 @@ import EventGroupWrapper from './EventGroupWrapper'; import EventSearch from './EventSearch/EventSearch'; import styles from './eventsBlock.module.css'; import { useTranslation } from 'react-i18next'; -import { CloseOutlined } from ".store/@ant-design-icons-virtual-42686020c5/package"; -import { Tooltip } from ".store/antd-virtual-9dbfadb7f6/package"; +import { CloseOutlined } from "@ant-design/icons"; +import { Tooltip } from "antd"; import { getDefaultFramework, frameworkIcons } from "../UnitStepsModal"; interface IProps {