From 59cc78821b64a547ed3f8a2baf5c2389d7bc9ef9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 06:18:29 +0530 Subject: [PATCH] chore: todo --- src/components/molecules/UrlForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/molecules/UrlForm.tsx b/src/components/molecules/UrlForm.tsx index 8540fab7..b8b8658c 100644 --- a/src/components/molecules/UrlForm.tsx +++ b/src/components/molecules/UrlForm.tsx @@ -6,6 +6,7 @@ import { UrlFormButton } from "../atoms/buttons/buttons"; import { useSocketStore } from '../../context/socket'; import { Socket } from "socket.io-client"; +// TODO: Bring back REFRESHHHHHHH type Props = { currentAddress: string; handleRefresh: (socket: Socket) => void;