Blame view

imports/ui/pages/signup.js 78 Bytes
2b1ad7917   tmcdeveloper   wip moving to Met...
1
2
3
4
5
  import React from 'react';
  
  export const Signup = () => (
    <h3>Signup</h3>
  )