chore: remove comment

This commit is contained in:
karishmas6
2024-08-22 23:58:08 +05:30
parent 8779b2d693
commit dcc211c844

View File

@@ -30,7 +30,6 @@ const BrowserNavBar: FC<NavBarProps> = ({
handleUrlChanged,
}) => {
// context:
const { socket } = useSocketStore();
const [currentUrl, setCurrentUrl] = useState<string>('https://');