Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
parkqjunseo committed Oct 6, 2023
1 parent 3330ea8 commit 6160ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

function App() {
return <h1 className="text-3xl font-bold underline">Hello, World!fff</h1>;
return <h1 className="text-3xl font-bold underline">Hello, World!</h1>;
}

export default App;

0 comments on commit 6160ca2

Please sign in to comment.