From 9e785c01fdda87faf2839b2f01e56e6f136e2b53 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Thu, 23 Sep 2021 23:31:16 +0100 Subject: [PATCH] The tiniest linting fix ever --- components/ui/PoweredByCalendso.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/PoweredByCalendso.tsx b/components/ui/PoweredByCalendso.tsx index c7e72417..79201f9b 100644 --- a/components/ui/PoweredByCalendso.tsx +++ b/components/ui/PoweredByCalendso.tsx @@ -16,4 +16,4 @@ const PoweredByCalendso = () => ( ); -export default PoweredByCalendso; \ No newline at end of file +export default PoweredByCalendso;