Add copyright notice
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 20s
Playwright Tests / test (pull_request) Failing after 54s
Add copyright notice / copyright_notice (pull_request) Failing after 16s

This commit is contained in:
Manuel Bustillo 2024-11-10 19:53:34 +00:00
parent 1838889a0c
commit 79b4e9ac82

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
export default function TableOfContents<Type>({ headers, caption, elements, rowRender }: { headers: string[], caption: string, elements: Type[], rowRender: (element: Type) => JSX.Element }) { export default function TableOfContents<Type>({ headers, caption, elements, rowRender }: { headers: string[], caption: string, elements: Type[], rowRender: (element: Type) => JSX.Element }) {
return ( return (
<div className="w-full relative overflow-x-auto shadow-md sm:rounded-lg"> <div className="w-full relative overflow-x-auto shadow-md sm:rounded-lg">