fix: use Err from types
This commit is contained in:
parent
a18e2fbe36
commit
bb1229eeb2
|
@ -5,7 +5,7 @@ import {
|
|||
loginPromise,
|
||||
logoutPromise,
|
||||
} from "./queries.js";
|
||||
import { Err } from "@lumeweb/libweb";
|
||||
import { Err } from "../types.js";
|
||||
|
||||
// There are 5 stages of auth.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue