next.js/turbopack/benchmark-apps/framer-motion-all/App.tsx
App.tsx14 lines272 B
/* eslint-disable react/jsx-pascal-case */
import * as React from 'react'
import * as FramerMotion from 'framer-motion'

console.log(FramerMotion)

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