Skip to content

Commit aade323

Browse files
committed
Remove unnecessary import
1 parent 81314b2 commit aade323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SideNavMobile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { ReactNode, useState } from "react"
1+
import React, { useState } from "react"
22
import { AnimatePresence, motion } from "framer-motion"
33
import { useTranslation } from "next-i18next"
44
import { MdExpandMore } from "react-icons/md"

0 commit comments

Comments
 (0)