This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / webapp / app / (dashboard) / home / page.tsx
148 B 5 lines
1import HomeContainer from '@/features/home/containers/homeContainer/HomeContainer'; 2 3export default function Page() { 4 return <HomeContainer />; 5}