Skip to content

Commit 70e3f4f

Browse files
authored
export for making lightspeed logo work (#1618)
1 parent cd0a0a9 commit 70e3f4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aap_chatbot/src/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ import "@patternfly/chatbot/dist/css/main.css";
44

55
export { App } from "./App";
66
export { ANSIBLE_LIGHTSPEED_PRODUCT_NAME } from "./Constants";
7+
import LIGHTSPEED_LOGO from "./public/lightspeed.svg";
8+
export { LIGHTSPEED_LOGO };
9+
import LIGHTSPEED_LOGO_DARK from "./public/lightspeed_dark.svg";
10+
export { LIGHTSPEED_LOGO_DARK };

0 commit comments

Comments
 (0)