import React from 'react'; import { render } from 'react-dom'; import Newtab from './Newtab'; import './index.css'; window.location.replace("https://google.com"); render(, window.document.querySelector('#app-container')); if (module.hot) module.hot.accept();