Landing.tsx 165 B

1234567891011
  1. import * as React from 'react'
  2. export default class Landing extends React.Component {
  3. render() {
  4. return <>
  5. LANDING TBD
  6. </>
  7. }
  8. }