feature/sidebar #3

Merged
Yussif merged 14 commits from feature/sidebar into staging 2025-04-27 10:01:30 +00:00
4 changed files with 3 additions and 3 deletions
Showing only changes of commit 3225ed2394 - Show all commits

View File

@ -1,4 +1,4 @@
import SideNav from "@/components/sideNav";
import SideNav from "@/components/Side_Nav";
export default function Home() {
return (
<div>

View File

@ -1,5 +1,5 @@
import Sidebar from "./sidebar";
import RecentDesign from "./recentDesign";
import Sidebar from "./Side_bar";
import RecentDesign from "./Recent_Design";
export default function SideNav() {