| 169 | |
| 170 | // Mock provider for Storybook stories |
| 171 | interface MockTaskProviderProps { |
| 172 | children: React.ReactNode; |
| 173 | mockTasks?: Task[]; |
| 174 | mockParentTasks?: ParentTask[]; |
| 175 | } |
| 176 | |
| 177 | export function MockTaskProvider({ |
| 178 | children, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…