UNPKG

solid-panes

Version:

Solid-compatible Panes: applets and views for the mashlib and databrowser

11 lines (8 loc) 327 B
// import { longChatPane as Pane } from 'chat-pane' // import Pane from '../../src/profile/profile.view' import Pane from 'profile-pane' import * as UI from 'solid-ui' console.log('Loaded pane into Solid Pane Tester. Check window.Pane and window.UI') ;(window as any).Pane = Pane ;(window as any).UI = UI export default Pane