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