fix: renamed file for pageLink types did not propagate correctly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { ExternalLink } from "../utils/externalLink"
|
||||
import type { PageLink } from "../utils/pagelink"
|
||||
import type { PageLink } from "../utils/pageLink"
|
||||
|
||||
enum ListItemStyleEnum {
|
||||
checkmark = "checkmark",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { SysAsset } from "../utils/asset"
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { ExternalLink } from "../utils/externalLink"
|
||||
import type { PageLink } from "../utils/pagelink"
|
||||
import type { PageLink } from "../utils/pageLink"
|
||||
|
||||
export type Preamble = {
|
||||
preamble: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { RTERootObject } from "@/types/rte"
|
||||
import type { SysAsset } from "../utils/asset"
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { ExternalLink } from "../utils/externalLink"
|
||||
import type { PageLink } from "../utils/pagelink"
|
||||
import type { PageLink } from "../utils/pageLink"
|
||||
|
||||
export type Text = {
|
||||
text: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Edges } from "./utils/edges"
|
||||
import type { ExternalLink } from "./utils/externalLink"
|
||||
import type { PageLink } from "./utils/pagelink"
|
||||
import type { PageLink } from "./utils/pageLink"
|
||||
import type { Typename } from "./utils/typename"
|
||||
|
||||
export type Puff = {
|
||||
|
||||
Reference in New Issue
Block a user