- Remove hardcoded <script> and <link> tags for sweetalert2 from index.html
(library is already bundled via npm, CDN paths caused 404 + MIME errors)
- Remove deprecated 'exact' prop and 'activeClassName' from NavLink in
Navbar.js and NavbarUpload.js (not supported in React Router v6)
- Replace activeClassName with className={({ isActive }) => ...} pattern
- Add future flags to <BrowserRouter> in App.js:
v7_startTransition and v7_relativeSplatPath to suppress RR v6 warnings
|
||
|---|---|---|
| .. | ||
| favicon.ico | ||
| hobbyhimmel_logo.svg | ||
| index.html | ||
| logo-16.png | ||
| logo-32.png | ||
| logo-180.png | ||
| logo-192.png | ||
| logo-512.png | ||
| logo.png | ||
| manifest.json | ||
| robots.txt | ||