10 lines
179 B
TypeScript
Raw Normal View History

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