From 357fb617ce782fde3a38b2334ff447e809074dbc Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Fri, 1 Nov 2024 17:27:41 +0000 Subject: [PATCH] Add copyright notice --- app/ui/components/table.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/ui/components/table.tsx b/app/ui/components/table.tsx index 841f6c8..82d77a8 100644 --- a/app/ui/components/table.tsx +++ b/app/ui/components/table.tsx @@ -1,3 +1,5 @@ +/* Copyright (C) 2024 Manuel Bustillo*/ + import { Guest } from "@/app/lib/definitions";