1import { BiGitMerge } from "react-icons/bi"; 2 3export default function Page(){ 4 return <div><BiGitMerge/></div> 5}