/** @jsx jsx */ import { css, jsx } from "@emotion/react"; import { useEffect, useState } from "react"; import HeaderBar from "../components/HeaderBar"; import FormListing from "../components/FormListing"; import { getForms, Form } from "../api/forms"; import OAuth2Button from "../components/OAuth2Button"; import Loading from "../components/Loading"; function LandingPage() { const [forms, setForms] = useState