Skip to content

Commit 9af1c16

Browse files
Fix import
1 parent a0b0e18 commit 9af1c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/context/UserContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import useCredentials from "auth/useCredentials";
33
import useLibraryContext from "components/context/LibraryContext";
44
import { fetchCollection } from "dataflow/opds1/fetch";
55
import { ServerError } from "errors";
6-
import { AppAuthMethod, AnyBook, AuthCredentials, Token, ClientEkirjastoMethod } from "interfaces";
6+
import { AppAuthMethod, AnyBook, AuthCredentials, Token } from "interfaces";
77
import * as React from "react";
88
import useSWR from "swr";
99
import { BasicTokenAuthType, EkirjastoAuthType } from "types/opds1";

0 commit comments

Comments
 (0)