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 (
); }; export default ActionAvatar;