integracao-core

This commit is contained in:
2025-10-23 16:58:21 -03:00
parent 8b5c940976
commit c8c2ca8c5b
19 changed files with 408 additions and 16 deletions
+1
View File
@@ -49,6 +49,7 @@ const Index = () => {
} />
</Route>
<Route path="*" element={<Navigate to={`/404`} replace />} />
</Routes>
);