import StudioClient from './StudioClient';

export default function StudioIndexPage() {
  return <StudioClient />;
}
