fix(redirect-button): update import path for Button component
This commit is contained in:
parent
49386afc07
commit
71315cbb5b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Button } from '../ui/button';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import Link from 'next/link';
|
||||
|
||||
export function RedirectButton({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue