import { css } from "@emotion/css"; export const codeSnippet = css` overflow: auto; white-space: pre; `;