import React, { Component } from "react"; export default class UserGenPage extends Component { constructor(props) { super(props); } render() { return
This is the landing and user generator page