chore: todo

This commit is contained in:
karishmas6
2024-10-11 06:01:02 +05:30
parent f8ea0aeefc
commit 44739eb65d

View File

@@ -6,6 +6,8 @@ import { UrlFormButton } from "../atoms/buttons/buttons";
import { useSocketStore } from '../../context/socket';
import { Socket } from "socket.io-client";
// TODO: Bring back REFRESH
type Props = {
currentAddress: string;
handleRefresh: (socket: Socket) => void;