import Paper from '@mui/material/Paper' import Typography from '@mui/material/Typography' import React from 'react' import AppWrapper from 'browser/components/AppWrapper' import renderWhenReady from 'browser/helpers/renderWhenReady' const ProjectPlaybackControls = () => ( This is where recording and playback will occur ) renderWhenReady(ProjectPlaybackControls)