chore: remove axios import

This commit is contained in:
karishmas6
2024-10-01 00:07:13 +05:30
parent 40e81d1f59
commit ca329e25b5

View File

@@ -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';