This commit is contained in:
KS Jannette
2026-02-13 15:12:18 -05:00
parent ac76871d60
commit 5208327b5d
5 changed files with 14 additions and 12 deletions

View File

@@ -5,12 +5,12 @@ import '../styles/home.css'
const Home = () => {
return (
<div>
<div>
<Navbar />
</div>
<div>
<Stickies />
</div>
</div>
);
};