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