Skip to content

Instantly share code, notes, and snippets.

@vrajdesai78
Created June 20, 2023 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrajdesai78/54dd634fd87b2e88db4d3b576fc17904 to your computer and use it in GitHub Desktop.
Save vrajdesai78/54dd634fd87b2e88db4d3b576fc17904 to your computer and use it in GitHub Desktop.
import { useHuddle01 } from '@huddle01/react';
function App() {
const { initialize } = useHuddle01();
initialize("YOUR_PROJECT_ID")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment