lev-stake-sol/components/Stats.tsx

10 lines
213 B
TypeScript

const Stats = () => {
return (
<div className="flex justify-center rounded-2xl border-2 border-th-fgd-1 bg-th-bkg-1 p-6">
<span>Nothing to see here yet...</span>
</div>
)
}
export default Stats