import React from 'react'; import EnsureOrganizationIsNotReady from './EnsureOrganizationIsNotReady'; import SetupRightSection from './SetupRightSection'; import SetupLeftSection from './SetupLeftSection'; export default function WizardSetupPage() { return (
); };