import { app } from 'maha'

const <%= cameled %> = new app({
  title: '<%= app_name %>',
  path: '',
  app_category: '',
  app_author: '',
  description: '',
  version: '1.0.0',
  color: '',
  icon: '',
  weight: 10
})

export default <%= cameled %>
