Skip to content

Commit 8abd642

Browse files
committed
Chore: move magicui components to regular ui folder
1 parent b9a357e commit 8abd642

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

src/components/ui/star-on-github-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { cn } from "@/lib/utils";
22
import Link from "next/link";
33
import { useEffect, useState } from "react";
44
import { FaGithub, FaStar } from "react-icons/fa";
5-
import NumberTicker from "../magicui/number-ticker";
5+
import NumberTicker from "./number-ticker";
66
import { buttonVariants } from "./button";
77

88
export default function StarOnGithubButton() {

0 commit comments

Comments
 (0)