aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/page.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92e36b0..1cf5531 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,4 +1,3 @@
-import { Footer } from '@/components/footer';
import { InvoiceGenerator } from '@/components/invoice-generator';
export default function Home() {
@@ -7,7 +6,6 @@ export default function Home() {
<section className="mb-20 flex flex-col items-center">
<InvoiceGenerator />
</section>
- <Footer />
</main>
);
}