folder control

This commit is contained in:
Takeshi Kimata
2024-02-23 20:40:14 +09:00
parent 25bf3390dc
commit af83abc232
10 changed files with 428 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
import Sidebar from "./sidebar";
export default function ProjectsLayout({
export default function SidebarLayout({
children,
}: {
children: React.ReactNode;