fix: change to export type
This commit is contained in:
parent
71c7a05a85
commit
7f9990c2ea
|
@ -32,4 +32,4 @@ export function verifyCid(cid: string): boolean {
|
|||
}
|
||||
}
|
||||
|
||||
export { CID } from "@lumeweb/libportal";
|
||||
export type { CID } from "@lumeweb/libportal";
|
||||
|
|
Loading…
Reference in New Issue