feat(storybook): restructure storybook component hierarchy

This commit is contained in:
Waldemar Reusch 2023-03-14 18:10:09 +01:00
parent e498e486a0
commit 0d775e4e06
14 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@ const bind = template('register-user-profile.ftl')
export default {
kind: 'Page',
title: 'Theme/Pages/Register User Profile',
title: 'Theme/Pages/Register/Modern',
component: KcApp,
parameters: {layout: 'fullscreen'},
} as ComponentMeta<typeof KcApp>;