frontend: add Loading

This commit is contained in:
tylen
2025-11-02 13:50:44 +02:00
parent 98e5ef06c0
commit cf9b0d53c1
6 changed files with 83 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import Hosting from './components/Hosting';
import InitialSetup from './components/InitialSetup';
import Program from './components/Program';
import Snowflakes from './components/Snowflakes';
import { FullScreenLoading } from './components/Loading';
function App() {
const [isNavOpen, setIsNavOpen] = useState(false);
@@ -15,6 +16,7 @@ function App() {
return (
<>
<FullScreenLoading/>
<Snowflakes />
<InitialSetup />