import { BrandsStrip } from '@kuppwest/apple-clean';
import { BRANDS } from './fixtures/data';

export function FiveBrands() {
  return <BrandsStrip brands={BRANDS} />;
}
