fix: names

This commit is contained in:
2025-07-14 00:48:30 +05:00
parent ce141a014c
commit 591e354dcb
4 changed files with 4 additions and 5 deletions

View File

@ -11,7 +11,7 @@ import { ReactNode, useEffect, useState } from 'react';
import './App.css';
import TopBar from './components/TopBar';
import { Box } from '@mui/material';
import MinecraftBackround from './components/MinecraftBackround';
import MinecraftBackground from './components/MinecraftBackground';
import { Notifier } from './components/Notifier';
import { VersionsExplorer } from './pages/VersionsExplorer';
@ -105,7 +105,7 @@ const App = () => {
overflowX: 'hidden',
}}
>
<MinecraftBackround />
<MinecraftBackground />
<TopBar onRegister={handleRegister} />
<Notifier />
<Routes>