diff --git a/apps/frontend/src/app/auth/providers/github.provider.tsx b/apps/frontend/src/app/auth/providers/github.provider.tsx index 9e2fefb8..1d9910b5 100644 --- a/apps/frontend/src/app/auth/providers/github.provider.tsx +++ b/apps/frontend/src/app/auth/providers/github.provider.tsx @@ -1,5 +1,6 @@ import { useCallback } from 'react'; import { useFetch } from '@gitroom/helpers/utils/custom.fetch'; +import interClass from '@gitroom/react/helpers/inter.font'; export const GithubProvider = () => { const fetch = useFetch(); @@ -11,7 +12,7 @@ export const GithubProvider = () => { return (