/* global $, Whisper */ // const $body = $(document.body); import React from 'react'; import { SessionPasswordPrompt } from '../components/SessionPasswordPrompt'; import { SessionTheme } from '../themes/SessionTheme'; window.ReactDOM.render( , document.getElementById('root') );