import './App.css'; import { Card, CardContent, Container, ThemeProvider, Typography } from '@mui/material'; import { Theme } from './Theme.ts'; function App() { return ( <> Hello, World! ); } export default App;