From 55a4f4f265566e500e0078780b35f5ee90fcd70b Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sat, 12 Jul 2025 22:28:48 +0200 Subject: [PATCH] refactor: fix inception paste typo --- apps/builder/app/shared/copy-paste/plugin-html.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/builder/app/shared/copy-paste/plugin-html.ts b/apps/builder/app/shared/copy-paste/plugin-html.ts index beb49fd52476..5f8e77768a9b 100644 --- a/apps/builder/app/shared/copy-paste/plugin-html.ts +++ b/apps/builder/app/shared/copy-paste/plugin-html.ts @@ -4,7 +4,7 @@ import { generateFragmentFromTailwind } from "../tailwind/tailwind"; import { denormalizeSrcProps } from "./asset-upload"; import type { Plugin } from "./init-copy-paste"; -const inceptionMark = ``; +const inceptionMark = ``; export const html: Plugin = { name: "html",