We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74568e commit 40afeb8Copy full SHA for 40afeb8
dev/globals.ts
@@ -1,7 +1,7 @@
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0
3
-import * as chatComponents from "../lib/components";
+import * as components from "../lib/components";
4
5
Object.assign(window as unknown as Record<string, any>, {
6
- chatComponents,
+ components,
7
});
0 commit comments