21 feature app redesign #23
10
src/components/popular/index.tsx
Normal file
10
src/components/popular/index.tsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
export function Popular() {
|
||||||
|
return (
|
||||||
|
<div id="middle" className="bg-gray-300 flex-[.8] rounded-xl flex flex-col max-h-[150px]">
|
||||||
|
<div id="middle-main" className="font-bold p-2 bg-white flex-1 rounded-xl shadow-md">
|
||||||
|
<h2>Popular</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user