import React from 'react'; import './style.css'; function ProductHuntBar() { return (
); } export default ProductHuntBar;