import { ActionIcon, Avatar, Menu } from "@mantine/core"; import { NextLink } from "@mantine/next"; import { DoorExit, Link, Moon } from "tabler-icons-react"; import aw from "../../utils/appwrite.util"; import ToggleThemeButton from "./ToggleThemeButton"; const ActionAvatar = () => { return ( } > My account } > Shares {/* } > Settings */} { await aw.account.deleteSession("current"); window.location.reload(); }} icon={} > Sign out Settings }> ); }; export default ActionAvatar;