Skip to content

Commit

Permalink
Test deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Sep 1, 2023
1 parent c277db5 commit 21f0e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

function App() {
return (
<div>Hello world</div>
<div>Hello world, this is a small change I made to test if deployment is working correctly</div>
);
}

Expand Down

0 comments on commit 21f0e48

Please sign in to comment.