Skip to content

Commit 40afeb8

Browse files
committed
Rename overridden components
1 parent c74568e commit 40afeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/globals.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
import * as chatComponents from "../lib/components";
3+
import * as components from "../lib/components";
44

55
Object.assign(window as unknown as Record<string, any>, {
6-
chatComponents,
6+
components,
77
});

0 commit comments

Comments
 (0)