hype/examples/live-reload/src/pages/index.tsx

9 lines
295 B
XML

export default () => (
<section>
<h1>Live Reload Demo</h1>
<p>Run this with <code>bun run dev</code>, then edit this file.</p>
<p>The browser will automatically refresh — no manual reload needed.</p>
<p class="hint">OMG! Try changing this text and saving!</p>
</section>
)