Use absolute imports (#309)

This commit is contained in:
Delba de Oliveira
2023-10-30 15:32:54 +00:00
committed by GitHub
parent 1ac78462f2
commit 386dd877da
5 changed files with 5 additions and 5 deletions

View File

@@ -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({