From fc7e90a9eca662cd2f9b1047c9794f85fdf480c1 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 23 Oct 2025 13:20:42 +0200 Subject: [PATCH] trigger build --- apps/main/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/main/src/App.tsx b/apps/main/src/App.tsx index dea17a3..57cd411 100644 --- a/apps/main/src/App.tsx +++ b/apps/main/src/App.tsx @@ -9,6 +9,7 @@ import { supabase } from "./lib/supabase"; const AppRoutes = () => { const element = useRoutes(routes); + return element; };