regenerate components

This commit is contained in:
2025-04-19 00:02:37 +07:00
parent 88fa3ebed5
commit dc768b782c
4 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
import { ArrowUpIcon } from "lucide-react";
import { useEffect, useState } from "react";
import { Button } from "../ui/button";
import { Button } from "@/components/ui/button";
import { cn } from "@/lib/utils";
export function ScrollToTop() {