diff --git a/ui/litellm-dashboard/src/components/general_settings.tsx b/ui/litellm-dashboard/src/components/general_settings.tsx index 9c49bcf604b..1dc35550558 100644 --- a/ui/litellm-dashboard/src/components/general_settings.tsx +++ b/ui/litellm-dashboard/src/components/general_settings.tsx @@ -1,7 +1,6 @@ import React, { useState, useEffect } from "react"; import { Card, - Title, Table, TableHead, TableRow, @@ -19,7 +18,7 @@ import { updateConfigFieldSetting, deleteConfigFieldSetting, } from "./networking"; -import { Form, InputNumber } from "antd"; +import { InputNumber } from "antd"; import { TrashIcon, CheckCircleIcon } from "@heroicons/react/outline"; import RouterSettings from "./router_settings"; diff --git a/ui/litellm-dashboard/src/components/router_settings/index.tsx b/ui/litellm-dashboard/src/components/router_settings/index.tsx index 56b87cff8bb..45d6ad39c83 100644 --- a/ui/litellm-dashboard/src/components/router_settings/index.tsx +++ b/ui/litellm-dashboard/src/components/router_settings/index.tsx @@ -1,7 +1,6 @@ import React, { useState, useEffect } from "react"; import { Button, - TextInput, } from "@tremor/react"; import { getCallbacksCall,