import Grow from '@mui/material/Grow'; import Stack from '@mui/material/Stack'; import { SnackbarProvider } from 'notistack'; import TopBar from './TopBar'; import UpdateNotification from './UpdateNotification'; import EditorPane from './editor/EditorPane'; export default function Refinery(): JSX.Element { return ( // @ts-expect-error -- notistack has problems with `exactOptionalPropertyTypes ); }