import * as React from 'react'; import { Link } from '@remix-run/react'; import Typography from '@mui/material/Typography'; import Button from '@mui/material/Button'; export default function About() { return ( Material UI Remix in TypeScript example ); }