mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 10:25:37 +00:00
(fix) chore - ui
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import React, { useState } from "react";
|
||||
import { Button, Modal, Form, Input, InputNumber, Select, message } from "antd";
|
||||
|
||||
"use client";
|
||||
|
||||
import React, { useState, useEffect, useRef } from "react";
|
||||
import { Button, TextInput, Grid, Col } from "@tremor/react";
|
||||
import { Card, Metric, Text } from "@tremor/react";
|
||||
import { Button as Button2, Modal, Form, Input, InputNumber, Select, message } from "antd";
|
||||
import { keyCreateCall } from "./networking";
|
||||
|
||||
const { Option } = Select;
|
||||
|
||||
Reference in New Issue
Block a user