/** @jsx jsx */ import { css, jsx } from "@emotion/core"; import SVG from "react-inlinesvg"; import header1 from "./header_1.svg"; import header2 from "./header_2.svg"; const headerImageStyles = css` z-index: -1; top: 0; position: absolute; width: 100%; transition: height 1s; @media (max-width: 660px) { height: 140px; } `; function HeaderBar() { return

Python Discord Forms

} export default HeaderBar;