import * as React from "react"; import { Box, Typography } from "@mui/material"; import { ThemeProvider } from "@mui/material"; import theme from "../../theme"; const ModalWindow: React.FC = () => { return ( Проект СТАТИСТИКА ТРЕКЕРЫ УСТРОЙСТВ ВВОДЫ ВЫВОДЫ Long text Long text Long text Long text Long text Long text Long text Long text Long text Long text Long text Long text Long text ); } export default ModalWindow;