diff --git a/ui/litellm-dashboard/src/components/shared/CreatedKeyDisplay.tsx b/ui/litellm-dashboard/src/components/shared/CreatedKeyDisplay.tsx index 41d3636414f..d75c63c6467 100644 --- a/ui/litellm-dashboard/src/components/shared/CreatedKeyDisplay.tsx +++ b/ui/litellm-dashboard/src/components/shared/CreatedKeyDisplay.tsx @@ -1,7 +1,6 @@ import React, { useState } from "react"; import { CopyToClipboard } from "react-copy-to-clipboard"; -import { Button } from "@tremor/react"; -import { message } from "antd"; +import { Button, message } from "antd"; interface CreatedKeyDisplayProps { apiKey: string; @@ -43,7 +42,9 @@ const CreatedKeyDisplay: React.FC = ({ apiKey }) => { - + );