refactor: import KernelAuthStatus as a type

This commit is contained in:
Derrick Hammer 2023-07-25 11:51:03 -04:00
parent 8f13c462d5
commit 262497e1bc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import {
peerDiscoveryClient,
swarmClient,
} from "../../clients.js";
import { KernelAuthStatus } from "@lumeweb/libweb";
import type { KernelAuthStatus } from "@lumeweb/libweb";
let engine: WebEngine;