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