feat(SW-184): added menu buttons and my pages menu

This commit is contained in:
Erik Tiekstra
2024-08-20 13:31:14 +02:00
parent 08cde7ae2f
commit 45095a27d4
20 changed files with 255 additions and 66 deletions
@@ -0,0 +1,6 @@
import { ImageProps } from "next/image"
export interface AvatarProps {
image?: ImageProps
initials?: string | null
}