Skip to content

Commit

Permalink
refactor: linting (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Jan 5, 2025
1 parent 8e4cccb commit 3505d81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/googleSignInAuthentication/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useTokenReducer } from "../../hooks/authentication/token/useTokenReduce
import { AuthContext } from "../authentication/auth/context";
import { AuthenticationContext } from "../authentication/authentication/context";
import { CredentialsContext } from "../authentication/credentials/context";
import { AUTH_STATE, AUTHENTICATION_STATE } from "./contants";
import { AUTH_STATE, AUTHENTICATION_STATE } from "./constants";
import { useGoogleSignInService } from "./hooks/useGoogleSignInService";
import { GoogleSignInAuthenticationProviderProps } from "./types";

Expand Down

0 comments on commit 3505d81

Please sign in to comment.