Skip to content

Commit

Permalink
Create Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored May 9, 2024
1 parent af7f832 commit 68dca14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/src/components/Home.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';

const Home = () => (
<div>
<h1>Welcome to LuminaTV!</h1>
<p>The best place to watch live esports and gaming streams, chat with other fans, and participate in polls.</p>
</div>
);

export default Home;

0 comments on commit 68dca14

Please sign in to comment.