remove unused reference

This commit is contained in:
Brandon Seydel 2020-05-21 10:57:39 -05:00
parent 879bbe20ed
commit f9aa754bce

View File

@ -1,4 +1,4 @@
import { bindable, customElement } from 'aurelia';
import { bindable } from 'aurelia';
export class CoolButton {
@bindable text: string;