MCPcopy Create free account
hub / github.com/Y80/bmm / UserLayoutShellProps

Interface UserLayoutShellProps

src/app/user/UserLayoutShell.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { PropsWithChildren } from 'react'
8
9interface UserLayoutShellProps extends PropsWithChildren {
10 tags: SelectTag[]
11 totalBookmarks: number
12}
13
14function isUserCmsPath(pathname: string) {
15 if (pathname === PageRoutes.User.INDEX) return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected