diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index e4dea8d8..d476f380 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -1,7 +1,6 @@ "use client"; import "../styles/globals.css"; import StyledComponentsRegistry from "../components/Utils/libs/styled-registry"; -import { GeistSans } from 'geist/font/sans'; import { motion } from "framer-motion";