nico/27-okt-25 #1

Merged
nicoarya20 merged 277 commits from nico/27-okt-25 into main 2025-10-27 22:18:01 +08:00
1653 changed files with 160503 additions and 930 deletions
Showing only changes of commit 295d6f7d63 - Show all commits

View File

@@ -1,7 +1,11 @@
import LayoutTabs from "./(dashboard)/landing-page/profile/_lib/layoutTabs";
import ProgramInovasi from "./(dashboard)/landing-page/profile/program-inovasi/page";
export default function Page() {
return(
<ProgramInovasi/>
)
return (
<LayoutTabs>
<ProgramInovasi />
</LayoutTabs>
)
}