Skip to content

Instantly share code, notes, and snippets.

@darirarakotomavo
darirarakotomavo / ProfileMenu.tsx
Created June 24, 2023 17:33 — forked from adrianhajdin/ProfileMenu.tsx
Build and Deploy a Full Stack Next.js 13 Application | React, Next JS 13, TypeScript, Tailwind CSS
"use client"
import Link from "next/link";
import Image from "next/image";
import { signOut } from "next-auth/react";
import { Fragment, useState } from "react";
import { Menu, Transition } from "@headlessui/react";
import { SessionInterface } from "@/common.types";