Paweł Malicki 1 vuosi sitten
vanhempi
sitoutus
ca3c301d66
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      frontend/src/components/Home.js

+ 12 - 0
frontend/src/components/Home.js

@@ -0,0 +1,12 @@
+import React from 'react';
+
+function Home() {
+  return (
+    <div>
+      <h2>Welcome to the Invoice Notification App</h2>
+      <p>Use the navigation to view invoices and clients.</p>
+    </div>
+  );
+}
+
+export default Home;