import { useQuery } from "@tanstack/react-query"; import { useState } from "react"; export const ConnectedDispatcher = () => { const [open, setOpen] = useState(false); const {} = useQuery({ queryKey: [""], }); return (
How do I create an account?
Click the "Sign Up" button in the top right corner and follow the registration process.
); };