Skip to content

Commit

Permalink
fix(node): fix imports for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev committed Feb 10, 2025
1 parent f957932 commit 612808d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-snippets/src/helpers/code-builder.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { CodeBuilderOptions } from '@readme/httpsnippet/dist/helpers/code-builder';
import type { CodeBuilderOptions } from '@readme/httpsnippet/helpers/code-builder';

import { CodeBuilder as HTTPSnippetCodeBuilder } from '@readme/httpsnippet/dist/helpers/code-builder';
import { CodeBuilder as HTTPSnippetCodeBuilder } from '@readme/httpsnippet/helpers/code-builder';

export type { CodeBuilderOptions };

Expand Down

0 comments on commit 612808d

Please sign in to comment.