mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
clean up now unused type
This commit is contained in:
parent
ec6c51b7e2
commit
d96bcb273c
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ import { $ } from './utils/dom';
|
|||
import { inputDuplicatorCreator } from './input-duplicator';
|
||||
import '../types/ujs';
|
||||
|
||||
export interface TagSourceEvent extends CustomEvent<Response> {
|
||||
target: HTMLElement,
|
||||
}
|
||||
|
||||
function setupInputs() {
|
||||
inputDuplicatorCreator({
|
||||
addButtonSelector: '.js-image-add-source',
|
||||
|
|
Loading…
Reference in a new issue