fix(locales, storybook): use default import (#11259)

This commit is contained in:
Kagami Sascha Rosylight
2023-07-12 22:27:51 +02:00
committed by GitHub
parent b97694b083
commit cd9affd568
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),