feat: add sidebar

This commit is contained in:
2026-06-18 20:28:25 -03:00
parent f181377b44
commit 60effa5dac
3 changed files with 90 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import Sidebar from "./components/Sidebar"
export default function Home() {
return (
<main>
<div>Hello world!</div>
<Sidebar/>
</main>
);
}