diff --git a/components/troubleshooting-flow.tsx b/components/troubleshooting-flow.tsx index d4b20c7..f9c82a4 100644 --- a/components/troubleshooting-flow.tsx +++ b/components/troubleshooting-flow.tsx @@ -1,6 +1,5 @@ "use client"; -import Link from 'next/link'; import { useCallback, useEffect, useMemo, useRef, useState } from 'react'; type SupportLink = { @@ -812,7 +811,7 @@ ${docsList}`;
)} -