mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-08 22:46:01 +00:00
Use absolute imports (#309)
This commit is contained in:
committed by
GitHub
parent
1ac78462f2
commit
386dd877da
@@ -8,7 +8,7 @@ import {
|
||||
UserCircleIcon,
|
||||
} from '@heroicons/react/24/outline';
|
||||
import Link from 'next/link';
|
||||
import { Button } from '../button';
|
||||
import { Button } from '@/app/ui/button';
|
||||
import { updateInvoice } from '@/app/lib/actions';
|
||||
import { useFormState } from 'react-dom';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user