Update Home.jsx

This commit is contained in:
Matt DiMeglio 2025-06-11 11:48:58 -04:00 committed by GitHub
parent b2f456c87a
commit 6a92463aac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ export const Home = () => {
<div>
<h1>Home Page</h1>
<Link to="/settings">Go to Settings</Link>
<p>Version: {pkg.version}</p>
</div>
);