API & UI Menu Lingkungan, Submenu Gotong Royong

This commit is contained in:
2025-07-22 11:24:19 +08:00
parent 9dfcda7687
commit 80a7df663e
34 changed files with 2401 additions and 290 deletions

View File

@@ -0,0 +1,9 @@
import LayoutTabs from "./_lib/layoutTabs";
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<LayoutTabs>
{children}
</LayoutTabs>
);
}