chore: run prettier --write .

This commit is contained in:
Arvid Norlin
2024-02-19 14:24:30 +01:00
parent 7d51124b9f
commit 8a8c463452
71 changed files with 846 additions and 444 deletions

View File

@@ -1,3 +1,3 @@
export type HeaderProps = {
pathname: string;
};
pathname: string
}

View File

@@ -4,4 +4,4 @@ export type HeroProps = {
images: {
node: Image
}[]
}
}

View File

@@ -1,8 +1,8 @@
import type { RTENode } from "../rte/node"
import type { Node } from "@/types/requests/utils/edges";
import type { RenderOptions } from "../rte/option";
import type { Embeds } from "@/types/requests/embeds";
import type { Node } from "@/types/requests/utils/edges"
import type { RenderOptions } from "../rte/option"
import type { Embeds } from "@/types/requests/embeds"
export type JsonToHtmlProps = {
embeds: Node<Embeds>[]