Add new frontend - fix 3

This commit is contained in:
Urtzi Alfaro
2025-07-22 09:38:31 +02:00
parent d29a94e8ab
commit 6d5dea31ac
4 changed files with 6433 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { AuthProvider } from '../api';
import { AuthProvider } from '../contexts/AuthContext';
import '../styles/globals.css';
function App({ Component, pageProps }: any) {