()
| 83 | } |
| 84 | |
| 85 | export function useDonations() { |
| 86 | return { |
| 87 | donations: state, |
| 88 | today, |
| 89 | incrementCopy, |
| 90 | incrementCreated, |
| 91 | incrementSent, |
| 92 | markActiveDay, |
| 93 | markCopyMilestoneShown, |
| 94 | markCreatedMilestoneShown, |
| 95 | markSentMilestoneShown, |
| 96 | markStreakMilestoneShown, |
| 97 | setGreetingDay, |
| 98 | } |
| 99 | } |
no outgoing calls
no test coverage detected