brain_my / Extension /src /pages /Newtab /Newtab.jsx
Thomas Richardson
new requirement
a495cf3
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;