Your IP : 216.73.216.123


Current Path : /home/smartbloks/.trash/extendify/src/Chat/
Upload File :
Current File : /home/smartbloks/.trash/extendify/src/Chat/app.js

import { render } from '@wordpress/element'
import { Chat } from '@chat/Chat'
import './app.css'

const chat = Object.assign(document.createElement('div'), {
    className: 'extendify-chat',
})
document.body.append(chat)
render(<Chat />, chat)