remove unused imports

This commit is contained in:
Michael Nagy
2022-05-02 13:54:42 +02:00
parent 7fcdd8051f
commit e7016aed20
3 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { BaseEvalElement } from './base';
import { addClasses, ltrim, htmlDecode } from '../utils';
import { addClasses, htmlDecode } from '../utils';
export class PyTitle extends BaseEvalElement {
shadow: ShadowRoot;