import { ActionIcon, Menu } from "@mantine/core"; import Link from "next/link"; import { TbArrowLoopLeft, TbLink } from "react-icons/tb"; import { FormattedMessage } from "react-intl"; const webroot = process.env.WEBROOT || ""; const NavbarShareMneu = () => { return ( }> } > ); }; export default NavbarShareMneu;