From 982ba037f5857a59b41d06c06319c7c11ab28102 Mon Sep 17 00:00:00 2001 From: swve Date: Thu, 11 Jan 2024 23:57:20 +0100 Subject: [PATCH] fix: unused import --- apps/web/app/layout.tsx | 1 - 1 file changed, 1 deletion(-) 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";