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

@ -1,7 +1,7 @@
import { Box } from '@mui/material';
import heart from '../../../assets/images/heart.svg';
export default function MinecraftBackround() {
export default function MinecraftBackground() {
return (
<Box
sx={{

View File

@ -2,7 +2,6 @@ import { Box, Button, Typography } from '@mui/material';
import CloseRoundedIcon from '@mui/icons-material/CloseRounded';
import { useLocation, useNavigate } from 'react-router-dom';
import ArrowBackRoundedIcon from '@mui/icons-material/ArrowBackRounded';
import MinimizeRoundedIcon from '@mui/icons-material/MinimizeRounded';
declare global {
interface Window {