UNPKG

@gameon/web

Version:
13 lines (9 loc) 309 B
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;