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