Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-srknec authored Nov 4, 2024
1 parent d31a7d4 commit ff83c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function App() {
<h1 className="text-3xl font-bold mb-4 text-center">Task Management App</h1>
<TaskForm />
<TaskList />
<p>This is a sample code to highlight options needed to refresh item list</p>
<p>This is a sample code to highlight options needed to refresh item list with data</p>
<h1 className="text-3xl font-bold mt-4 border-t-4 mb-4 text-center">Cool Task Management App</h1>
<CoolTaskForm />
<CoolTaskList />
Expand Down

0 comments on commit ff83c65

Please sign in to comment.