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 / error.tsx
189 B 7 lines
1'use client'; 2 3import MyFeedContainerError from '@/features/feeds/containers/myFeedContainer/Error.MyFeedContainer'; 4 5export default function Error() { 6 return <MyFeedContainerError />; 7}