mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
ui fix linting errors
This commit is contained in:
parent
ffb75b04fd
commit
19f03d4be3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, { useState, useEffect } from "react";
|
||||
import { Card, Title, Subtitle } from "@tremor/react";
|
||||
import { Form, Input, Select, Tooltip, Alert } from "antd";
|
||||
import { InfoCircleOutlined, PlusOutlined, DeleteOutlined } from "@ant-design/icons";
|
||||
import { Form, Select, Tooltip, Alert } from "antd";
|
||||
import { InfoCircleOutlined } from "@ant-design/icons";
|
||||
import GuardrailSelector from "../guardrails/GuardrailSelector";
|
||||
|
||||
interface PassThroughGuardrailsSectionProps {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue