Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.

This commit is contained in:
becarta
2025-05-23 12:43:00 +02:00
parent f40db0f5c9
commit a544759a3b
11127 changed files with 1647032 additions and 0 deletions

6
public/favicon.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" fill="#3b82f6"/>
<path d="M12 2L2 7L12 12L22 7L12 2Z" fill="white"/>
<path d="M2 17L12 22L22 17" fill="white" opacity="0.8"/>
<path d="M2 12L12 17L22 12" fill="white" opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 288 B