fix: change to export type

This commit is contained in:
Derrick Hammer 2023-07-21 09:20:57 -04:00
parent 71c7a05a85
commit 7f9990c2ea
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ export function verifyCid(cid: string): boolean {
}
}
export { CID } from "@lumeweb/libportal";
export type { CID } from "@lumeweb/libportal";