@gameon/web
Version:
Chat clients for web
6 lines • 336 B
JavaScript
import { createComponent } from '@lit-labs/react';
import React from 'react';
import { OnChatBotClient as OnChatBotClientWC } from '../../web-components/bot-client/bot-client';
const OnChatBotClient = createComponent(React, 'on-chat-bot-client', OnChatBotClientWC);
export default OnChatBotClient;
//# sourceMappingURL=bot-client.js.map