11 lines
237 B
TypeScript
11 lines
237 B
TypeScript
export default function Index() {
|
|
return (
|
|
<main>
|
|
<h1>Reacord</h1>
|
|
<pre>code snippet here</pre>
|
|
<p>Create interactive Discord messages using React and JSX.</p>
|
|
<button>Get Started</button>
|
|
</main>
|
|
)
|
|
}
|