Skip to content

Commit 47ecee8

Browse files
chore(l10n): revert storybook change
1 parent 1a0783b commit 47ecee8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/storybook/.storybook/main.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
import type { StorybookConfig } from '@storybook/react-vite';
2+
import { mergeAlias } from 'vite';
13
import { readFileSync } from 'node:fs';
24
import { dirname, resolve } from 'node:path';
35
import { fileURLToPath } from 'node:url';
46

5-
import type { StorybookConfig } from '@storybook/react-vite';
6-
import { mergeAlias } from 'vite';
7-
87
const __filename = fileURLToPath(import.meta.url);
98
const __dirname = dirname(__filename);
109

0 commit comments

Comments
 (0)