fix: use Err from types

This commit is contained in:
Derrick Hammer 2023-09-08 08:39:58 -04:00
parent a18e2fbe36
commit bb1229eeb2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//