import "./OnlineToggle.css" import React from "react" export default function OnlineToggle({ isOnline, onClick }) { return (
) }