From 2e1a9381f200d5a0fa9d05ceeb049bc9c13eddb2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 2 Oct 2024 23:33:43 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/ProxyForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index b82bb86f..45993e9c 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -105,4 +105,4 @@ const ProxyForm: React.FC = () => { ); }; -export default ProxyForm; +export default ProxyForm; \ No newline at end of file