fix: unused import

This commit is contained in:
swve 2024-01-11 23:57:20 +01:00
parent f96540ea25
commit 982ba037f5

View file

@ -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";