Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
RbAvci committed Jun 21, 2024
1 parent 6de91f4 commit bae3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import VideoList from "./VideoRecommendations";
const App = () => {
return (
<>
<h1>Video Recommendations Updated</h1>
<h1>Video Recommendations</h1>
<VideoList />
</>
);
Expand Down

0 comments on commit bae3a99

Please sign in to comment.