created layout

This commit is contained in:
Yusuf Ipek
2021-05-13 11:20:28 +03:00
parent 1762ea6e91
commit 4d91966711
53 changed files with 101 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function Sidebar() {
return <div className="sidebar">Sidebar</div>;
}