From 5dc2dd05363b837629df2663dbe3a0bc0a3b3e75 Mon Sep 17 00:00:00 2001
From: seanfredrickcruz <seanfredrick.cruz@stratpoint.com>
Date: Mon, 31 Mar 2025 17:05:21 +0800
Subject: [PATCH] Test the Pipeline

---
 app/frontend/src/App.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/frontend/src/App.js b/app/frontend/src/App.js
index 27065e5..393c87c 100644
--- a/app/frontend/src/App.js
+++ b/app/frontend/src/App.js
@@ -77,7 +77,7 @@ function App() {
 
   return (
     <div className="App">
-      <h1>Task Manager</h1>
+      <h1>Task Managersss</h1>
 
       <form onSubmit={handleSubmit} className="task-form">
         <input
-- 
GitLab