generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
12
epaper-frontend/components/NewspaperViewer.tsx
Normal file
12
epaper-frontend/components/NewspaperViewer.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
|
||||
const NewspaperViewer = () => {
|
||||
return (
|
||||
<div className="w-3/4">
|
||||
<section>Pagination</section>
|
||||
<section>Newspaper</section>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default NewspaperViewer;
|
||||
Reference in New Issue
Block a user