import { Container, Grid, Image, Link, Text } from "@nextui-org/react"; import { Component } from "react"; export default class Home extends Component { constructor(props) { super(props); } render() { return (
Whoops! This page is unknown! Click here to visit the main website
Helpful doggo
); } }