Fix new Frontend 2

This commit is contained in:
Urtzi Alfaro
2025-08-03 19:49:57 +02:00
parent 11ab73ae97
commit 5b16545a0d
7 changed files with 782 additions and 274 deletions

View File

@@ -1,8 +1,4 @@
const [appState, setAppState] = useState<AppState>({
isAuthenticated: false,
isLoading: true,
user: null,
currentPage: 'landing' // 👈 Startimport React, { useState, useEffect } from 'react';
import React, { useState, useEffect } from 'react';
import { Toaster } from 'react-hot-toast';
// Components