fix storybook

This commit is contained in:
Kagami Sascha Rosylight
2023-07-12 21:27:27 +02:00
parent 6ed7d1a76e
commit 74e565b71c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { writeFile } from 'node:fs/promises';
import * as locales from '../../../locales/index.js';
import locales from '../../../locales/index.js';
await writeFile(
new URL('locale.ts', import.meta.url),