This repository has no description
0

Configure Feed

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

1// Configuration defaults and constants for the takes application 2 3export const TakesConfig = { 4 START_DATE: new Date("2025-04-18"), 5 END_DATE: new Date("2025-05-31"), 6}; 7 8export default TakesConfig;