Skip to content

Instantly share code, notes, and snippets.

@nemo0
Created May 28, 2023 07:40
Show Gist options
  • Save nemo0/92de7818b2ab8a9384bf054144de6c70 to your computer and use it in GitHub Desktop.
Save nemo0/92de7818b2ab8a9384bf054144de6c70 to your computer and use it in GitHub Desktop.
Call.js Import
import Call from '../components/Call';
export default function Home() {
return (
<div>
<Call />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment