Ghost/ghost/custom-theme-settings-service/index.js

5 lines
133 B
JavaScript
Raw Permalink Normal View History

module.exports = {
Service: require('./lib/CustomThemeSettingsService'),
Cache: require('./lib/CustomThemeSettingsCache')
};