trigger build

This commit is contained in:
Arthur Belleville 2025-10-23 13:20:42 +02:00
parent dcb4d50dc1
commit fc7e90a9ec
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ import { supabase } from "./lib/supabase";
const AppRoutes = () => {
const element = useRoutes(routes);
return element;
};