We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0783b commit 47ecee8Copy full SHA for 47ecee8
1 file changed
apps/storybook/.storybook/main.ts
@@ -1,10 +1,9 @@
1
+import type { StorybookConfig } from '@storybook/react-vite';
2
+import { mergeAlias } from 'vite';
3
import { readFileSync } from 'node:fs';
4
import { dirname, resolve } from 'node:path';
5
import { fileURLToPath } from 'node:url';
6
-import type { StorybookConfig } from '@storybook/react-vite';
-import { mergeAlias } from 'vite';
7
-
8
const __filename = fileURLToPath(import.meta.url);
9
const __dirname = dirname(__filename);
10
0 commit comments