Skip to content

Commit 829aaf3

Browse files
committed
Removed unused import from extensions
1 parent 734f252 commit 829aaf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { elementToJson } from '../helper/html-to-json';
2-
import { EntryAttributes, AssetAttributes, Metadata, createMetadata, Attributes } from '../Models/metadata-model';
2+
import { Metadata, createMetadata, Attributes } from '../Models/metadata-model';
33
import { parse } from 'node-html-parser';
44
const frameflag = 'documentfragmentcontainer';
55

0 commit comments

Comments
 (0)