feat: add initial rendering of Account page data
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import type { User } from "@/types/user"
|
||||
import { Shortcut } from "@/types/requests/myPages/accountpage"
|
||||
import { PageLink } from "@/types/requests/utils/pageLink"
|
||||
import { ReactNode } from "react"
|
||||
|
||||
export type ShortcutsProps = {
|
||||
shortcuts: User["shortcuts"]
|
||||
shortcuts: { url: string; title: string }[]
|
||||
title: string | ReactNode
|
||||
subtitle?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user