forked from phoenix/litellm-mirror
(fix) chore - ui
This commit is contained in:
parent
5566407169
commit
5dcb3a6ffd
1 changed files with 7 additions and 2 deletions
|
@ -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";
|
import { keyCreateCall } from "./networking";
|
||||||
|
|
||||||
const { Option } = Select;
|
const { Option } = Select;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue