fix: correct import path for Spring constant

This commit is contained in:
lawvs 2025-05-15 01:10:43 +08:00
parent aff493f38f
commit d359b74190
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
import { Spring } from "@follow/components/constants/spring"
import { cn } from "@follow/utils/utils"
import type { Transition } from "motion/react"
import { m as motion } from "motion/react"
import * as React from "react"
import { Spring } from "../../constants/spring"
import { Tooltip, TooltipTrigger } from "../tooltip"
type AvatarProps = {