fix(redirect-button): update import path for Button component

This commit is contained in:
micha 2025-06-19 04:31:59 +02:00
parent 49386afc07
commit 71315cbb5b

View file

@ -1,4 +1,4 @@
import { Button } from '../ui/button'; import { Button } from '@/components/ui/button';
import Link from 'next/link'; import Link from 'next/link';
export function RedirectButton({ export function RedirectButton({