import { useTheme } from "styled-components"; export const Spacer = () => { const theme = useTheme(); return ( ); };