Move headlines panel template to plugin

This commit is contained in:
JC Brand 2021-01-06 17:06:01 +01:00
parent 758c46c5aa
commit eb65f75f45
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import tpl_headline_panel from 'templates/headline_panel.js';
import tpl_headline_panel from './templates/panel.js';
import { View } from '@converse/skeletor/src/view.js';
import { __ } from 'i18n';
import { _converse, api, converse } from '@converse/headless/core';