From 0244d641aa9b692cc332ec660d2b818428273412 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 9 May 2023 01:40:02 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20broken=20declaration=20link=20for=20Alex?= =?UTF-8?q?andre=20Louren=C3=A7o=20and=20Julie=20Porcel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index e1c4c98..f91a27a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,7 @@ import "./style/SquareSpace/video.css"; import "./style/thumbs.css"; import "./style/row.css"; import "./photos"; +import "./declarations"; interface Props { defaultViewMode: ViewMode;