Skip to content

Commit 266fe05

Browse files
committed
1 parent ce19d2f commit 266fe05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/atomic/src/components/common/lazy-index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Auto-generated file
22
export default {
3-
'atomic-component-error': async () => await import('./atomic-component-error/atomic-component-error.js'),
3+
'atomic-component-error': async () =>
4+
await import('./atomic-component-error/atomic-component-error.js'),
45
'atomic-icon': async () => await import('./atomic-icon/atomic-icon.js'),
56
} as Record<string, () => Promise<unknown>>;
67

0 commit comments

Comments
 (0)