7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
import ModalBodyView from "discourse/views/modal-body";
|
||
|
|
||
|
export default ModalBodyView.extend({
|
||
|
templateName: 'modal/import-query',
|
||
|
title: I18n.t('explorer.import.modal')
|
||
|
});
|