mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-13 12:00:22 +08:00
6 lines
143 B
React
6 lines
143 B
React
import { render } from 'preact'
|
|
import Popup from './Popup'
|
|
import '../_locales/i18n-react'
|
|
|
|
render(<Popup />, document.getElementById('app'))
|