rentgen/components/report-window/report-intro.tsx

4 lines
131 B
TypeScript

export function reportIntro(visited_url: string) {
return <h2>Analiza skryptów śledzących na {visited_url} - raport</h2>;
}