fix: move puffs map to own container
This commit is contained in:
6
types/components/current/asides/puffs.ts
Normal file
6
types/components/current/asides/puffs.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Node } from "@/types/requests/utils/edges"
|
||||
import type { Puff } from "@/types/requests/puff"
|
||||
|
||||
export type PuffsProps = {
|
||||
puffs: Node<Puff>[]
|
||||
}
|
||||
@@ -11,7 +11,6 @@ export type Puff = {
|
||||
href: string
|
||||
title: string
|
||||
}
|
||||
link_text?: string
|
||||
pageConnection: Edges<PageLink>
|
||||
system: {
|
||||
uid: string
|
||||
|
||||
Reference in New Issue
Block a user