Skip to content

Commit

Permalink
apply import changes in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Aug 27, 2024
1 parent dcebb5f commit fe57790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Args as BaseArgs } from '@storybook/types';
import type { Args as BaseArgs } from 'storybook/internal/types';
import dedent from 'dedent';
import type { EmptyObject } from 'type-fest';

Expand Down
2 changes: 1 addition & 1 deletion src/indexer/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'node:fs/promises';

import { combineTags } from '@storybook/csf';
import type { IndexInput, Indexer } from '@storybook/types';
import type { IndexInput, Indexer } from 'storybook/internal/types';
import { preprocess } from 'svelte/compiler';

import { getSvelteAST } from '#parser/ast';
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {
StoryAnnotations as BaseStoryAnnotations,
StoryContext as BaseStoryContext,
WebRenderer,
} from '@storybook/types';
} from 'storybook/internal/types';
import type { Component, ComponentProps, Snippet } from 'svelte';
import type { Primitive, SetOptional, Simplify } from 'type-fest';

Expand Down

0 comments on commit fe57790

Please sign in to comment.