We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0a0a9 commit 70e3f4fCopy full SHA for 70e3f4f
aap_chatbot/src/index.tsx
@@ -4,3 +4,7 @@ import "@patternfly/chatbot/dist/css/main.css";
4
5
export { App } from "./App";
6
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