My personal website
6
fork

Configure Feed

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

at main 5 lines 90 B view raw
1export interface FactProps { 2 title: string; 3 subtitle: string; 4 className?: string; 5}