()
| 5 | import CopyCode from "./CopyCode"; |
| 6 | |
| 7 | const Welcome = () => { |
| 8 | const blogUrl = |
| 9 | "https://tech.timonwa.com/blog/create-multi-room-chat-app-using-react-firebase"; |
| 10 | const termsUrl = "https://tech.timonwa.com/terms"; |
| 11 | |
| 12 | const googleSignIn = () => { |
| 13 | const provider = new GoogleAuthProvider(); |
nothing calls this directly
no outgoing calls
no test coverage detected