mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix(ui): Remove duplicate antd imports in ToolPolicies.tsx
Duplicate import line was causing UI build to fail:
- Line 4: import { Select, Switch, Tooltip } from "antd"
- Line 5: import { Select, Tooltip } from "antd" (duplicate - removed)
This was blocking UI Build Check on main.
This commit is contained in:
parent
00ab4d2067
commit
769c837ac2
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import React, { useCallback, useDeferredValue, useEffect, useState } from "react";
|
||||
import { Select, Switch, Tooltip } from "antd";
|
||||
import { Select, Tooltip } from "antd";
|
||||
import {
|
||||
Table,
|
||||
TableHead,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue