This commit is contained in:
KS Jannette
2026-02-11 19:27:00 -05:00
parent 5a9f2e4b6b
commit 233db8747e
4 changed files with 25 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import Stickies from '../components/stickies';
const Home = () => {
return (
<div>
<h1>kohngrüti</h1>
<h1 className="mainHead">kohngrüti</h1>
<Stickies />
</div>
);