Skip to content

Commit

Permalink
Update pages/index.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 25, 2024
1 parent aa69dc6 commit c0c1a70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React from 'react';
import FszfComponent from '../components/FszfComponent';

const HomePage = () => {
return (
<div>
<h1>Welcome to the Home Page</h1>
<FszfComponent />
</div>
);
};

export default HomePage;

0 comments on commit c0c1a70

Please sign in to comment.