mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: unused import
This commit is contained in:
parent
f96540ea25
commit
982ba037f5
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
"use client";
|
"use client";
|
||||||
import "../styles/globals.css";
|
import "../styles/globals.css";
|
||||||
import StyledComponentsRegistry from "../components/Utils/libs/styled-registry";
|
import StyledComponentsRegistry from "../components/Utils/libs/styled-registry";
|
||||||
import { GeistSans } from 'geist/font/sans';
|
|
||||||
|
|
||||||
import { motion } from "framer-motion";
|
import { motion } from "framer-motion";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue