chore: move user fetch

This commit is contained in:
Arvid Norlin
2024-06-10 12:53:26 +02:00
parent 85aab88aec
commit 99c1822021
3 changed files with 6 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ export type DynamicContentProps = {
export type DynamicComponentProps = {
component: DynamicContent["dynamic_content"]["component"]
user?: User
}
export type CardsGridProps = Pick<CardsGrid, "cards_grid">