const SaasDevicePlanningMeta = { componentName: 'SaasDevicePlanning', title: 'SaasDevicePlanning', docUrl: '', screenshot: '', category: 'SaaS', devMode: 'proCode', npm: { package: '@pisell/private-materials', version: '1.0.0', exportName: 'SaasDevicePlanning', main: 'src/index.tsx', destructuring: true, subName: '', }, configure: { props: [], supports: {}, component: {}, }, }; export default { ...SaasDevicePlanningMeta, snippets: [ { title: 'SaasDevicePlanning', screenshot: '', schema: { componentName: 'SaasDevicePlanning', props: {}, }, }, ], };