blob: 88483429742aef0ed0f97cba7277662307cbe6eb (
plain)
1
2
3
4
5
6
|
import Handlebars from 'hbsfy/runtime';
import ChangeEntryPartial from './templates/_update-center-plugin-changelog-entry.hbs';
import ActionsPartial from './templates/_update-center-plugin-actions.hbs';
Handlebars.registerPartial('_update-center-plugin-changelog-entry', ChangeEntryPartial);
Handlebars.registerPartial('_update-center-plugin-actions', ActionsPartial);
|