Skip to content

Commit c9658e6

Browse files
authored
Update infinite-moving-cards.tsx
1 parent 4807c7e commit c9658e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/infinite-moving-cards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { cn } from "@/utils/cn";
3+
import { cn } from "../../utils/cn";
44
import React, { useEffect, useState } from "react";
55

66
export const InfiniteMovingCards = ({

0 commit comments

Comments
 (0)