mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-07 22:18:45 +00:00
Use absolute imports (#309)
This commit is contained in:
committed by
GitHub
parent
1ac78462f2
commit
386dd877da
@@ -1,6 +1,6 @@
|
||||
import Image from 'next/image';
|
||||
import { lusitana } from '@/app/ui/fonts';
|
||||
import Search from '../search';
|
||||
import Search from '@/app/ui/search';
|
||||
import { CustomersTable, FormattedCustomersTable } from '@/app/lib/definitions';
|
||||
|
||||
export default async function CustomersTable({
|
||||
|
||||
Reference in New Issue
Block a user