refactor: import KernelAuthStatus as a type
This commit is contained in:
parent
8f13c462d5
commit
262497e1bc
|
@ -23,7 +23,7 @@ import {
|
|||
peerDiscoveryClient,
|
||||
swarmClient,
|
||||
} from "../../clients.js";
|
||||
import { KernelAuthStatus } from "@lumeweb/libweb";
|
||||
import type { KernelAuthStatus } from "@lumeweb/libweb";
|
||||
|
||||
let engine: WebEngine;
|
||||
|
||||
|
|
Reference in New Issue