import React from "react"; import { Center } from "@chakra-ui/react"; import Link from "next/link"; const Index = () => { return ( <>
Built by Pablo Hdez
); }; export default Index;