mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
4 lines
144 B
JavaScript
4 lines
144 B
JavaScript
|
const {Cache: CustomThemeSettingsCache} = require('@tryghost/custom-theme-settings-service');
|
||
|
|
||
|
module.exports = new CustomThemeSettingsCache();
|