aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.tsx
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-05-24 18:28:59 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-05-24 18:28:59 +0200
commita6445297dfa7bc8d341ebcf72368d410bae20605 (patch)
treead1e129e517c766fb9837dd0892ea5d63ccead2d /src/app/page.tsx
parentdde7e4f61b6be1758f80993b2486fc0ee58ac4da (diff)
downloadinvoice-a6445297dfa7bc8d341ebcf72368d410bae20605.tar.gz
invoice-a6445297dfa7bc8d341ebcf72368d410bae20605.zip
style: use single quotes everywhere
Diffstat (limited to 'src/app/page.tsx')
-rw-r--r--src/app/page.tsx2
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 (