Update framer-motion

This commit is contained in:
Anton Gunnarsson
2025-05-07 16:48:05 +02:00
parent 7e098d291c
commit 48b6774675
3 changed files with 5 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
'use client'
import { AnimatePresence, motion } from 'framer-motion'
import { AnimatePresence, motion } from 'motion/react'
import { type PropsWithChildren, useEffect, useState } from 'react'
import {
Dialog,