UNPKG

@dbbs/strapi-stripe-payment

Version:
20 lines (18 loc) 397 B
import register from './register' import bootstrap from './bootstrap' import destroy from './destroy' import config from './config' import contentTypes from './content-types' import controllers from './controllers' import routes from './routes' import services from './services' export default { register, bootstrap, destroy, config, controllers, routes, services, contentTypes }