import React, { type ReactElement } from 'react'; import { Card, CardContent, CardHeader } from '@mui/material'; export function Home(): ReactElement { return ( Hello, others ); }