Spaces:
Runtime error
Runtime error
| import React from 'react'; | |
| import './Newtab.css'; | |
| import './Newtab.scss'; | |
| const Newtab = () => { | |
| return ( | |
| <div className="App"> | |
| <header className="App-header"> | |
| <p> | |
| Please remove the Chatbot Chrome extension | |
| </p> | |
| </header> | |
| </div> | |
| ); | |
| }; | |
| export default Newtab; | |