From 79b4e9ac82938b8f211137d74cd5ea9a2059c112 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 10 Nov 2024 19:53:34 +0000 Subject: [PATCH] Add copyright notice --- app/ui/components/table-of-contents.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/ui/components/table-of-contents.tsx b/app/ui/components/table-of-contents.tsx index 209af87..70c39e2 100644 --- a/app/ui/components/table-of-contents.tsx +++ b/app/ui/components/table-of-contents.tsx @@ -1,3 +1,5 @@ +/* Copyright (C) 2024 Manuel Bustillo*/ + export default function TableOfContents({ headers, caption, elements, rowRender }: { headers: string[], caption: string, elements: Type[], rowRender: (element: Type) => JSX.Element }) { return (