nico/27-okt-25 #3

Merged
nicoarya20 merged 25 commits from nico/27-okt-25 into staging 2025-10-27 22:19:57 +08:00
320 changed files with 972 additions and 820 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>
)
}