next.js/turbopack/benchmark-apps/framer-motion-single/App.tsx
App.tsx11 lines182 B
import * as React from 'react'
import { motion } from 'framer-motion'

export default function Home() {
  return (
    <div>
      <motion.div animate={{ x: 0 }} />
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN