import React from 'react'; import logo from '../../assets/img/logo.svg'; import './Newtab.css'; import './Newtab.scss'; const Newtab = () => { return (
logo

Edit src/pages/Newtab/Newtab.js and save to reload.

Learn React!
The color of this paragraph is defined using SASS.
); }; export default Newtab;