mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-09 18:35:39 +05:30
Split popups controllers into separate components Implemented storybooks for all project's popups
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
export { default } from './Popup';
|
|
export { default as PopupStack } from './PopupStack';
|