cleaning up

This commit is contained in:
KS Jannette
2026-02-11 18:20:03 -05:00
parent 04cab5e080
commit eb7da056a6
10 changed files with 33 additions and 28 deletions

View File

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