Overview
src/components/ActivityFeed.tsx is effectively empty (a blank line with no export), so any import of this top-level component resolves to undefined and throws at render. Implement/export the component or remove the file and update imports to the social ActivityFeed.
Overview
src/components/ActivityFeed.tsx is effectively empty (a blank line with no export), so any import of this top-level component resolves to undefined and throws at render. Implement/export the component or remove the file and update imports to the social ActivityFeed.