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