import React from 'react';

const Foo = () => <div className="foo" />;

export default Foo;
