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