import React, { Component } from 'react'
import { RegistryLogo } from '../SVG/index'


export default class Default extends Component {
  constructor() {
    super()
  }

  render() {

    return (
      <div >
        <br/>
        <br/>
        <br/>
        <RegistryLogo width={"50%"} />
      </div>
    )
  }
}
