fix(redirect-button): update import path for Button component
This commit is contained in:
parent
67e519ce9d
commit
e9f60a0d00
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