feat: add sidebar
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
import Sidebar from "./components/Sidebar"
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<div>Hello world!</div>
|
||||
<Sidebar/>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user