element-call/src/home
Robin Townsend 17450b4531 Fix big grid crashing due to missing React import
by fixing the cause rather than the symptom: this upgrades the code to use the new, recommended JSX transform mode of React 17+, which no longer requires you to import React manually just to write JSX.
2023-06-30 18:21:18 -04:00
..
CallList.module.css Fix copyright pt. 2: CSS files 2023-01-03 16:58:38 +00:00
CallList.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
CallTypeDropdown.module.css Fix copyright pt. 2: CSS files 2023-01-03 16:58:38 +00:00
CallTypeDropdown.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
common.module.css Fix copyright pt. 2: CSS files 2023-01-03 16:58:38 +00:00
HomePage.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
JoinExistingCallModal.module.css Fix copyright pt. 2: CSS files 2023-01-03 16:58:38 +00:00
JoinExistingCallModal.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
RegisteredView.module.css Opt into analytics by default during the beta 2023-03-13 19:12:47 -04:00
RegisteredView.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
UnauthenticatedView.module.css Opt into analytics by default during the beta 2023-03-13 19:12:47 -04:00
UnauthenticatedView.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
useGroupCallRooms.ts Fix copyright headers 2023-01-03 16:55:26 +00:00