Release v0.2.13: Update package-lock.json and CI config

This commit is contained in:
Joan
2025-12-30 19:16:56 +01:00
parent ee55c5f887
commit ea594f80c6
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { BrowserRouter as Router, Routes, Route, Navigate } from 'react-router-dom'
import { HashRouter as Router, Routes, Route, Navigate } from 'react-router-dom'
import { AuthProvider } from './contexts/AuthContext'
import { useAuth } from './hooks/useAuth'
import LandingPage from './components/LandingPage'