soupette 4d5881bff6 Created application detail page and link
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-09 12:43:17 +02:00

6 lines
310 B
JavaScript

export { default as ApplicationDetailLink } from './ApplicationDetailLink';
export { default as MenuWrapper } from './MenuWrapper';
export { default as SettingDispatcher } from './SettingDispatcher';
export { default as StyledLeftMenu } from './StyledLeftMenu';
export { default as Wrapper } from './Wrapper';