diff options
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index c71255f..3892b19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -import { InvoiceGenerator } from "@/components/invoice-generator"; +import { InvoiceGenerator } from '@/components/invoice-generator'; export default function Home() { return ( |
