import React from "react"; const NewspaperViewer = () => { return (
Pagination
Newspaper
); }; export default NewspaperViewer;