ui - cleanup input text boxes

This commit is contained in:
Ishaan Jaff 2024-04-22 13:34:23 -07:00
parent 69121360ba
commit 40ae951634
3 changed files with 6 additions and 4 deletions

View file

@ -21,7 +21,8 @@ import {
SelectItem,
Dialog,
DialogPanel,
Icon
Icon,
TextInput,
} from "@tremor/react";
import { userInfoCall, adminTopEndUsersCall } from "./networking";
import { Badge, BadgeDelta, Button } from "@tremor/react";