aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widget/index.tsx
blob: 025b302638be0c8beb8b3239c46fb1b1b3708c19 (plain)
1
2
3
4
import RecentPosts from './RecentPosts/RecentPosts';
import ThematicsList from './ThematicsList/ThematicsList';

export { RecentPosts, ThematicsList };