import React from 'react' import { render } from 'react-dom' import Page from 'js/account_recovery/page' render( , document.getElementById('root') );