diff --git a/code/.storybook/main.ts b/code/.storybook/main.ts index 29bb548fef4..a7dbef76d6c 100644 --- a/code/.storybook/main.ts +++ b/code/.storybook/main.ts @@ -1,7 +1,6 @@ import { join } from 'node:path'; import { nodePolyfills } from 'vite-plugin-node-polyfills'; -import topLevelAwait from 'vite-plugin-top-level-await'; import type { StorybookConfig } from '../frameworks/react-vite';