import {ComponentMeta} from '@storybook/react'; import KcApp from '../KcApp'; import {template} from '../../../.storybook/util' export default { kind: 'Page', title: 'Theme/Pages/IDP/Review User Profile', component: KcApp, parameters: { layout: 'fullscreen', }, } as ComponentMeta; const bind = template('idp-review-user-profile.ftl'); export const Default = bind({})