Skip to content

Commit

Permalink
Fix types in indexer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rChaoz authored Aug 5, 2024
1 parent 36ec1dd commit aa68d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preset/indexer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'node:fs/promises';

import { storyNameFromExport, toId } from '@storybook/csf';
import type { IndexInput, IndexedCSFFile, IndexerOptions } from '@storybook/types';
import type { IndexInput, IndexedCSFFile, IndexerOptions } from 'storybook/internal/types';
import * as svelte from 'svelte/compiler';

import { extractStories } from '../parser/extract-stories.js';
Expand Down

0 comments on commit aa68d33

Please sign in to comment.