Skip to content

Commit

Permalink
Merge pull request #23475 from storybookjs/fix/lint-issue
Browse files Browse the repository at this point in the history
Svelte-vite: Remove unused import
  • Loading branch information
yannbf committed Jul 17, 2023
2 parents fa8c5f6 + 027ef0c commit 80edfa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/frameworks/svelte-vite/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { PluginOption } from 'vite';
import type { Options } from '@storybook/types';
import dedent from 'ts-dedent';
import { logger } from '@storybook/node-logger';
import { hasVitePlugins } from '@storybook/builder-vite';

/**
Expand Down

0 comments on commit 80edfa4

Please sign in to comment.