From 435bd7c75f22312c0b89163bfb6655d6d138acc4 Mon Sep 17 00:00:00 2001 From: "gabe.webb" Date: Thu, 19 Oct 2023 11:40:35 +0200 Subject: [PATCH] Forgot a semicolon. --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index bc2c17a..37617ef 100644 --- a/mod.ts +++ b/mod.ts @@ -48,7 +48,7 @@ export { } from './src/components/FieldRangeStart.ts'; export { FileMime -} from './src/enums.ts', +} from './src/enums.ts'; export { type HyperlinkChild, type HyperlinkProps, Hyperlink } from './src/components/Hyperlink.ts'; export { type ImageChild, type ImageProps, Image } from './src/components/Image.ts'; export {