Update app/page.tsx
This commit is contained in:
parent
d61ee97439
commit
bd8af3ba08
|
|
@ -0,0 +1,11 @@
|
|||
import { InvoiceGenerator } from "@/components/invoice-generator";
|
||||
import { Footer } from "@/components/footer";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<InvoiceGenerator />
|
||||
<Footer />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in New Issue