Skip to content

Commit

Permalink
refactor: explicit type import
Browse files Browse the repository at this point in the history
  • Loading branch information
6lr61 committed Sep 11, 2024
1 parent df085f0 commit 37415ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/auth-state/AuthStateProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useCallback, useEffect, useState } from "react";
import { useLocalStorage } from "../../hooks/useLocalStorage";
import { validateToken } from "../../utils/validateToken";
import { OAuthMessage } from "../../callback";
import type { OAuthMessage } from "../../callback";
import { revokeToken } from "../../utils/revokeToken";
import { type AuthState, AuthStateContext } from "./AuthStateContext";

Expand Down

0 comments on commit 37415ba

Please sign in to comment.