From 71315cbb5bdb15e2b9fbbd7e15cb84284cae171c Mon Sep 17 00:00:00 2001 From: Micha Date: Thu, 19 Jun 2025 04:31:59 +0200 Subject: [PATCH] fix(redirect-button): update import path for Button component --- src/components/buttons/redirect-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/buttons/redirect-button.tsx b/src/components/buttons/redirect-button.tsx index c4bf997..d4e358a 100644 --- a/src/components/buttons/redirect-button.tsx +++ b/src/components/buttons/redirect-button.tsx @@ -1,4 +1,4 @@ -import { Button } from '../ui/button'; +import { Button } from '@/components/ui/button'; import Link from 'next/link'; export function RedirectButton({