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) / explore / page.tsx
157 B 5 lines
1import MyFeedContainer from '@/features/feeds/containers/myFeedContainer/MyFeedContainer'; 2 3export default function Page() { 4 return <MyFeedContainer />; 5}