diff --git a/client/src/features/sessionsV2/SessionShowPage/ShowSessionPage.tsx b/client/src/features/sessionsV2/SessionShowPage/ShowSessionPage.tsx
index dc6b3ac689..3fb3775d8b 100644
--- a/client/src/features/sessionsV2/SessionShowPage/ShowSessionPage.tsx
+++ b/client/src/features/sessionsV2/SessionShowPage/ShowSessionPage.tsx
@@ -26,6 +26,7 @@ import {
Clock,
Cloud,
ExclamationTriangle,
+ ExclamationTriangleFill,
FileEarmarkText,
Link45deg,
PauseCircle,
@@ -37,6 +38,9 @@ import {
Modal,
ModalBody,
ModalHeader,
+ PopoverBody,
+ PopoverHeader,
+ UncontrolledPopover,
UncontrolledTooltip,
} from "reactstrap";
@@ -206,6 +210,7 @@ export default function ShowSessionPage() {
className={cx("d-flex", styles.fullscreenHeader)}
data-cy="session-header"
>
+