feat: remove temppage

This commit is contained in:
Simon Emanuelsson
2024-02-12 15:40:02 +01:00
parent e11186933b
commit b103d9ef12
14 changed files with 22 additions and 58 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import type { Image } from "../image"
import type { Edges } from "./utils/edges"
import type { Embeds } from "./embeds"
import type { TempPageLink } from "./utils/tempPageLink"
import type { PageLink } from "./utils/pageLink"
import type { RTEDocument } from "../rte/node"
@@ -13,7 +12,7 @@ export type Puff = {
title: string
}
link_text?: string
pageConnection: Edges<TempPageLink | PageLink>
pageConnection: Edges<PageLink>
system: {
uid: string
}