From ba4911d5d4754e16076c49aa1c6a44b589a7e4f7 Mon Sep 17 00:00:00 2001 From: Mathieu Roy Date: Sun, 7 Apr 2024 13:39:00 -0400 Subject: [PATCH] s'assurer que le commit a passer --- client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx b/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx index 7c61757..f9cbab1 100644 --- a/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx +++ b/client/src/components/GIFTCheatSheet/GiftCheatSheet.tsx @@ -176,6 +176,7 @@ const GiftCheatSheet: React.FC = () => { ); -}; +}; + export default GiftCheatSheet;