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