components.common.Logo.js Maven / Gradle / Ivy
// adjust css of img by wrapping it with:
// img': { mr: 2, height: ... } }} >...
const Logo = (props) => (
);
export default Logo;
// adjust css of img by wrapping it with:
// img': { mr: 2, height: ... } }} >...
const Logo = (props) => (
);
export default Logo;