| 9 | }); |
| 10 | |
| 11 | interface ContextType { |
| 12 | isSubDomainRouting: boolean; |
| 13 | communityName: string; |
| 14 | communityType: communityType; |
| 15 | } |
| 16 | |
| 17 | interface Props { |
| 18 | children: React.ReactNode; |
nothing calls this directly
no outgoing calls
no test coverage detected