From ca329e25b5a6950dd447b2263012a5f80a65f46d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 1 Oct 2024 00:07:13 +0530 Subject: [PATCH] chore: remove axios import --- src/components/organisms/ProxyForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index b92c9ae3..450bfd71 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -1,5 +1,4 @@ import React, { useState } from 'react'; -import axios from 'axios'; import { styled } from '@mui/system'; import { TextField, Button, RadioGroup, FormControlLabel, Radio, Box, Typography } from '@mui/material'; import { sendProxyConfig } from '../../api/proxy';