Skip to content

Commit

Permalink
fix eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
saddam-satria committed Jan 17, 2024
1 parent d731459 commit f344749
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/Homepage.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import Hello from "../components/hello";

const Homepage = () => {
return (
<Hello />
);
return <Hello />;
};

export default Homepage;

0 comments on commit f344749

Please sign in to comment.