summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src/html/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/markdoc/src/html/index.ts')
-rw-r--r--packages/integrations/markdoc/src/html/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/src/html/index.ts b/packages/integrations/markdoc/src/html/index.ts
index a456777f3..8798d3c9a 100644
--- a/packages/integrations/markdoc/src/html/index.ts
+++ b/packages/integrations/markdoc/src/html/index.ts
@@ -1,2 +1,2 @@
-export { htmlTokenTransform } from "./transform/html-token-transform";
-export { htmlTag } from "./tagdefs/html.tag";
+export { htmlTag } from './tagdefs/html.tag';
+export { htmlTokenTransform } from './transform/html-token-transform';