lev-stake-sol/components/Stats.tsx

10 lines
213 B
TypeScript
Raw Normal View History

2023-09-22 06:33:36 -07:00
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