This commit is contained in:
John Parkhurst 2026-02-10 00:29:32 -05:00
parent bf1211c081
commit 23a330773d
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "shiftsync-website-web",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"type": "module",
"scripts": {

View file

@ -14,10 +14,11 @@ export const Home = () => {
}, []);
return (
<div>
<div >
<h1>Home Page</h1>
<Link to="/settings">Go to Settings</Link>
<p>Version: {pkg.version}</p>
<p>This site does nothing</p>
</div>
);
};