import { IncludedItem } from '@kuppwest/apple-clean';
import { padAlt } from './fixtures/data';

export function Single() {
  return (
    <div style={{ ...padAlt, maxWidth: 280 }}>
      <IncludedItem title="Montagematerial">Schrauben und Befestigungsteile</IncludedItem>
    </div>
  );
}
