diff --git a/components/footer.tsx b/components/footer.tsx index 2c44891..17fc603 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,10 +1,13 @@ import React from "react"; import { VERSION } from "@/lib/constant"; +import { SITE_WIDTH_INNER } from "@/components/layout/site-width"; function Footer() { return (