fix: update import path for Spring component in Accordion

- Changed the import statement for the Spring component to include the .js extension for compatibility.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-05-02 00:45:24 +08:00
parent 3076211b47
commit 67deba2449
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"use client"
import { Spring } from "@follow/components/constants/spring"
import { Spring } from "@follow/components/constants/spring.js"
import { cn } from "@follow/utils/utils"
import * as AccordionPrimitive from "@radix-ui/react-accordion"
import type { HTMLMotionProps, Transition } from "motion/react"