feat(SW-184): added menu buttons and my pages menu
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { ImageProps } from "next/image"
|
||||
|
||||
export interface AvatarProps {
|
||||
image?: ImageProps
|
||||
initials?: string | null
|
||||
}
|
||||
Reference in New Issue
Block a user