fix: renamed file for pageLink types did not propagate correctly

This commit is contained in:
Simon Emanuelsson
2024-02-07 12:17:02 +01:00
parent 9183b2fdb4
commit e9f2462737
4 changed files with 4 additions and 4 deletions

View File

@@ -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 = {