import { ActionIcon, Avatar, Menu } from "@mantine/core"; import { NextLink } from "@mantine/next"; import { DoorExit, Link } from "tabler-icons-react"; import aw from "../../utils/appwrite.util"; const ActionAvatar = () => { return (
); }; export default ActionAvatar;