chore: remove unused chip import

This commit is contained in:
amhsirak
2024-12-06 05:05:25 +05:30
parent 8a0f2b6ca5
commit 76255c21ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import { GenericModal } from "../atoms/GenericModal";
import { TextField, Typography, Box, Button, Chip } from "@mui/material";
import { TextField, Typography, Box, Button } from "@mui/material";
import { modalStyle } from "./AddWhereCondModal";
import { useGlobalInfoStore } from '../../context/globalInfo';
import { duplicateRecording, getStoredRecording } from '../../api/storage';