import OnboardingPanel from 'sentry/components/onboardingPanel';
import {IconFire} from 'sentry/icons';
export default {
title: 'Views/Onboarding Panel',
component: OnboardingPanel,
};
export const Default = () => {
return (
Some content to show in the onboarding state.
); }; Default.storyName = 'Onboarding Panel';