index.js 333 B

1234567891011
  1. import './style.scss';
  2. import React, { PureComponent } from 'react';
  3. export default class Smartind extends PureComponent {
  4. render() {
  5. return (
  6. <div className="smart-ind">
  7. <img role="presentation" src="//dd.unicraft.org/static/branding/smart-ind/header/logo.png" className="smart-ind_logo" />
  8. </div>)
  9. }
  10. }