import React from 'react' import { Button } from '~components/ButtonV1' import { Icon } from '~components/Icon' import { assetUrl } from '~components/utils/hostedAssets' import styles from './ExampleHeaders.module.scss' export const MinimalBasic = (): JSX.Element => (
) export const MinimalCustomerFocused = (): JSX.Element => (