fix linting

This commit is contained in:
Ishaan Jaffer 2025-10-31 18:26:22 -07:00
parent 22eb2f8033
commit e6c9df230f
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
import React, { useState, useEffect } from "react";
import {
Card,
Title,
Table,
TableHead,
TableRow,
@ -19,7 +18,7 @@ import {
updateConfigFieldSetting,
deleteConfigFieldSetting,
} from "./networking";
import { Form, InputNumber } from "antd";
import { InputNumber } from "antd";
import { TrashIcon, CheckCircleIcon } from "@heroicons/react/outline";
import RouterSettings from "./router_settings";

View file

@ -1,7 +1,6 @@
import React, { useState, useEffect } from "react";
import {
Button,
TextInput,
} from "@tremor/react";
import {
getCallbacksCall,