diff --git a/apps/web/pages/v2/availability/troubleshoot.tsx b/apps/web/pages/v2/availability/troubleshoot.tsx
index aad5a76216..88ece24849 100644
--- a/apps/web/pages/v2/availability/troubleshoot.tsx
+++ b/apps/web/pages/v2/availability/troubleshoot.tsx
@@ -4,10 +4,7 @@ import dayjs from "@calcom/dayjs";
import { useLocale } from "@calcom/lib/hooks/useLocale";
import { inferQueryOutput, trpc } from "@calcom/trpc/react";
import Shell from "@calcom/ui/Shell";
-
-import { QueryCell } from "@lib/QueryCell";
-
-import Loader from "@components/Loader";
+import { SkeletonText } from "@calcom/ui/v2/core/skeleton";
type User = inferQueryOutput<"viewer.me">;
@@ -57,7 +54,10 @@ const AvailabilityView = ({ user }: { user: User }) => {
{isLoading ? (
-