diff --git a/frontend/src/components/Products.js b/frontend/src/components/Products.js
new file mode 100644
index 0000000000000000000000000000000000000000..85c7c3f136b7fd858fb0a6bdd3405c2ce45572c9
--- /dev/null
+++ b/frontend/src/components/Products.js
@@ -0,0 +1,12 @@
+import React from 'react';
+
+function Products() {
+    return (
+        <div>
+            <h1>Products</h1>
+            <p>List of Products</p>
+        </div>
+    );
+}
+
+export default Products;
\ No newline at end of file