import React from "react"; import { VERSION } from "@/lib/constant"; function Footer() { return ( ); } export default Footer;