gbclient/app/dashboard/components/Overview.tsx

9 lines
130 B
TypeScript
Raw Normal View History

import React from 'react';
export function Overview() {
return (
<div className="p-4 border rounded-lg">
</div>
);
}