diff --git a/src/components/Canary/CanaryCards.tsx b/src/components/Canary/CanaryCards.tsx
index dd609905b..9cc3b64ea 100644
--- a/src/components/Canary/CanaryCards.tsx
+++ b/src/components/Canary/CanaryCards.tsx
@@ -1,7 +1,6 @@
-import React from "react";
-import { GetName } from "./data";
-import { Title, StatusList } from "./renderers";
import { HealthCheck } from "../../api/types/health";
+import { GetName } from "./data";
+import { CanaryCheckName, StatusList } from "./renderers";
type CanaryCardProps = {
checks: HealthCheck[];
@@ -23,7 +22,10 @@ export function CanaryCards({ checks, onClick }: CanaryCardProps) {
>
-
+
diff --git a/src/components/Canary/Columns/index.tsx b/src/components/Canary/Columns/index.tsx
index fcd0289a3..5e5e91dad 100644
--- a/src/components/Canary/Columns/index.tsx
+++ b/src/components/Canary/Columns/index.tsx
@@ -6,7 +6,13 @@ import dayjs from "dayjs";
import { Status } from "../../Status";
import { GetName } from "../data";
import style from "../index.module.css";
-import { Duration, Percentage, StatusList, Title, empty } from "../renderers";
+import {
+ CanaryCheckName,
+ Duration,
+ empty,
+ Percentage,
+ StatusList
+} from "../renderers";
import { removeNamespacePrefix } from "../utils";
import {
getHealthPercentageScore,
@@ -131,7 +137,7 @@ export function TitleCell({
// paddingLeft: `${row.depth * 1.1}rem`
// }}
>
-
{icon && }