From 209edd1c8beded90891bd864cec84cd0a5e68cb6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 06:07:53 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/IntegrationSettings.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 898a2042..0a2afb29 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -6,13 +6,11 @@ import TextField from "@mui/material/TextField"; import axios from 'axios'; import { useGlobalInfoStore } from '../../context/globalInfo'; import { getStoredRecording } from '../../api/storage'; - interface IntegrationProps { isOpen: boolean; handleStart: (data: IntegrationSettings) => void; handleClose: () => void; } - export interface IntegrationSettings { spreadsheetId: string; spreadsheetName: string;