chore: todo

This commit is contained in:
karishmas6
2024-10-11 06:18:29 +05:30
parent 6cd30f4979
commit 59cc78821b

View File

@@ -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;