[m] lint
This commit is contained in:
parent
86da47a96d
commit
c8b73d429a
@ -9,7 +9,7 @@ export function ThemeToggle() {
|
||||
const [mounted, setMounted] = useState(false)
|
||||
|
||||
useEffect(() => {
|
||||
import("framer-motion").then((module) => {
|
||||
import("framer-motion").then(() => {
|
||||
setMounted(true)
|
||||
})
|
||||
}, [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user