Skip to content

Commit

Permalink
Forgot a semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe.webb authored and wvbe committed Oct 19, 2023
1 parent b9dcf56 commit 435bd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 435bd7c

Please sign in to comment.