import { css } from '@emotion/css'; import React from 'react'; /** * A simple "flex: 1;" component you can use in combination with the Stack component(s), like so * * * hello * * world * */ export const Spacer = () => ( );