remove jazzicon type declarations from packages/web

jazzicon isn't referenced in packages/web
This commit is contained in:
John Rees 2021-06-05 13:11:19 +01:00
parent 7636c11a3a
commit 62d8cdb50b
No known key found for this signature in database
GPG Key ID: 4124863B5E4EE329
2 changed files with 0 additions and 10 deletions

View File

@ -2,8 +2,3 @@ declare module 'buffer-layout' {
const bl: any;
export = bl;
}
declare module 'jazzicon' {
const jazzicon: any;
export = jazzicon;
}

View File

@ -2,8 +2,3 @@ declare module 'buffer-layout' {
const bl: any;
export = bl;
}
declare module 'jazzicon' {
const jazzicon: any;
export = jazzicon;
}