generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
11
epaper-frontend/components/Sidebar.tsx
Normal file
11
epaper-frontend/components/Sidebar.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
const Sidebar = () => {
|
||||
return (
|
||||
<div className="w-1/4">
|
||||
<h1 className="text-2xl">Today's Paper</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Sidebar;
|
||||
Reference in New Issue
Block a user