Skip to content

Commit

Permalink
Refactor markdown-remark integration to update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Jan 6, 2025
1 parent bcc7337 commit 2b0ae42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/markdown-remark/v.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module 'studiocms:markdown-remark' {
export const Markdown: typeof import('../../../src/integration/markdown').Markdown;
export const render: typeof import('../../../src/integration/markdown').render;
export const Markdown: typeof import('./src/integration/markdown.js').Markdown;
export const render: typeof import('./src/integration/markdown.js').render;
}

declare module 'studiocms:markdown-remark/user-components' {
Expand Down

0 comments on commit 2b0ae42

Please sign in to comment.