10 lines
168 B
TypeScript
Raw Normal View History

export default async function UserDevcies() {
return (
<div>
<h3 className="text-2xl font-bold title-bg py-4 px-2 mb-4">
User Devices
</h3>
</div>
);
}