Skip to content

Instantly share code, notes, and snippets.

@gabrielEloy
Created July 4, 2021 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielEloy/b41ef630672f8ab79125e87d32dc5c5e to your computer and use it in GitHub Desktop.
Save gabrielEloy/b41ef630672f8ab79125e87d32dc5c5e to your computer and use it in GitHub Desktop.
export default function Auth({ parseQuery }) {
const { results: messages } = useParseQuery(parseQuery);
const [inputMessage, setInputMessage] = useState("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment